#72B608

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

Shades of Christi #72B608

Tints of Christi #72B608

Color information

#72B608 (or 0x72B608) is unknown color: approx Christi. HEX triplet: 72, B6 and 08. RGB value is (114,182,8). Sum of RGB (Red+Green+Blue) = 114+182+8=304 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.5% from 304); Green value is 182 (71.48% from 255 or 59.87% from 304); Blue value is 8 (3.52% from 255 or 2.63% from 304); Max value from RGB is 182 - color contains mainly: green. Hex color #72B608 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72B608 is #8D49F7. Grayscale: #8E8E8E. Windows color (decimal): -9259512 or 570994. OLE color: 570994.

HSL color Cylindrical-coordinate representation of color #72B608: hue angle of 83.45º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #72B608 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB1141828-
CMYK0.3700.960.29
HSL83.45º91.58%37.25%-
HSV(B)83.45º95.6%71.37%-
XYZ23.7137.056.13-
YUV141.8352.47108.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.5%
GREEN value IS 182 (71.48% from 255) = 59.87%
BLUE value IS 8 (3.52% from 255) = 2.63%
R=37.5%
G=59.87%
B=2.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal11418280.3700.960.2983.4591.5837.25
Hex72B68250601D535c25
Octal162266104501403512313445
Binary1110010101101101000100101011000001110110100111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72B608; }

 p { color: rgb(114,182,8); }

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

<style>
 a { background-color: #72B608; }

 a { background-color: rgb(114,182,8); }

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

<style>
 span { border-color: #72B608; }

 span { border-color: rgb(114,182,8); }

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