#73b002

Color #73B002 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #73B002

Tints of Christi #73B002

Color information

#73B002 (or 0x73B002) is unknown color: approx Christi. HEX triplet: 73, B0 and 02. RGB value is (115,176,2). Sum of RGB (Red+Green+Blue) = 115+176+2=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 176 (69.14% from 255 or 60.07% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 176 - color contains mainly: green. Hex color #73B002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73B002 is #8C4FFD. Grayscale: #8A8A8A. Windows color (decimal): -9195518 or 176243. OLE color: 176243.

HSL color Cylindrical-coordinate representation of color #73B002: hue angle of 81.03º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #73B002 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB1151762-
CMYK0.3500.990.31
HSL81.03º97.75%34.9%-
HSV(B)81.03º98.86%69.02%-
XYZ22.6134.75.56-
YUV137.9351.29111.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 39.25%
GREEN value IS 176 (69.14% from 255) = 60.07%
BLUE value IS 2 (1.17% from 255) = 0.68%
R=39.25%
G=60.07%
B=0.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal11517620.3500.990.3181.0397.7534.9
Hex73B02230631F516223
Octal16326024301433712114243
Binary11100111011000010100011011000111111110100011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73b002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73b002; }

 p { color: rgb(115,176,2); }

 H1.HeaderClassName
 {
   color: #73b002;
 }
 .AnyTagClassName
 {
   color: #73b002;
 }
</style>
background-color css

<style>
 a { background-color: #73b002; }

 a { background-color: rgb(115,176,2); }

 div.DivClassName
 {
   background-color: #73b002;
 }
 .BgClassName
 {
   background-color: #73b002;
 }
</style>
border-color css

<style>
 span { border-color: #73b002; }

 span { border-color: rgb(115,176,2); }

 td.TdClassName
 {
   border-color: #73b002;
 }
 .TagClassName
 {
   border-color: #73b002;
 }
</style>