#72AB19

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

Shades of Christi #72AB19

Tints of Christi #72AB19

Color information

#72AB19 (or 0x72AB19) is unknown color: approx Christi. HEX triplet: 72, AB and 19. RGB value is (114,171,25). Sum of RGB (Red+Green+Blue) = 114+171+25=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 171 (67.19% from 255 or 55.16% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 171 - color contains mainly: green. Hex color #72AB19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72AB19 is #8D54E6. Grayscale: #898989. Windows color (decimal): -9262311 or 1682290. OLE color: 1682290.

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

Color convert

RGB11417125-
CMYK0.3300.850.33
HSL83.42º74.49%38.43%-
HSV(B)83.42º85.38%67.06%-
XYZ21.6832.776.1-
YUV137.3164.62111.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.77%
GREEN value IS 171 (67.19% from 255) = 55.16%
BLUE value IS 25 (10.16% from 255) = 8.06%
R=36.77%
G=55.16%
B=8.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114171250.3300.850.3383.4274.4938.43
Hex72AB192105521534a26
Octal162253314101254112311246
Binary111001010101011110011000010101010110000110100111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AB19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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