#72B612

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

Shades of Christi #72B612

Tints of Christi #72B612

Color information

#72B612 (or 0x72B612) is unknown color: approx Christi. HEX triplet: 72, B6 and 12. RGB value is (114,182,18). Sum of RGB (Red+Green+Blue) = 114+182+18=314 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.31% from 314); Green value is 182 (71.48% from 255 or 57.96% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 182 - color contains mainly: green. Hex color #72B612 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72B612 is #8D49ED. Grayscale: #8F8F8F. Windows color (decimal): -9259502 or 1226354. OLE color: 1226354.

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

Color convert

RGB11418218-
CMYK0.3700.900.29
HSL84.88º82%39.22%-
HSV(B)84.88º90.11%71.37%-
XYZ23.7837.086.48-
YUV142.9757.47107.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.31%
GREEN value IS 182 (71.48% from 255) = 57.96%
BLUE value IS 18 (7.42% from 255) = 5.73%
R=36.31%
G=57.96%
B=5.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal114182180.3700.900.2984.888239.22
Hex72B6122505A1D555227
Octal162266224501323512512247
Binary11100101011011010010100101010110101110110101011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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