#72AB12

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

Shades of Christi #72AB12

Tints of Christi #72AB12

Color information

#72AB12 (or 0x72AB12) is unknown color: approx Christi. HEX triplet: 72, AB and 12. RGB value is (114,171,18). Sum of RGB (Red+Green+Blue) = 114+171+18=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 171 (67.19% from 255 or 56.44% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 171 - color contains mainly: green. Hex color #72AB12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72AB12 is #8D54ED. Grayscale: #898989. Windows color (decimal): -9262318 or 1223538. OLE color: 1223538.

HSL color Cylindrical-coordinate representation of color #72AB12: hue angle of 82.35º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #72AB12 is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB11417118-
CMYK0.3300.890.33
HSL82.35º80.95%37.06%-
HSV(B)82.35º89.47%67.06%-
XYZ21.6132.755.75-
YUV136.5161.12111.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.62%
GREEN value IS 171 (67.19% from 255) = 56.44%
BLUE value IS 18 (7.42% from 255) = 5.94%
R=37.62%
G=56.44%
B=5.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114171180.3300.890.3382.3580.9537.06
Hex72AB122105921525125
Octal162253224101314112212145
Binary111001010101011100101000010101100110000110100101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AB12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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