#72B518

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

Shades of Christi #72B518

Tints of Christi #72B518

Color information

#72B518 (or 0x72B518) is unknown color: approx Christi. HEX triplet: 72, B5 and 18. RGB value is (114,181,24). Sum of RGB (Red+Green+Blue) = 114+181+24=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 181 (71.09% from 255 or 56.74% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 181 - color contains mainly: green. Hex color #72B518 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72B518 is #8D4AE7. Grayscale: #8F8F8F. Windows color (decimal): -9259752 or 1619314. OLE color: 1619314.

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

Color convert

RGB11418124-
CMYK0.3700.870.29
HSL85.61º76.59%40.2%-
HSV(B)85.61º86.74%70.98%-
XYZ23.6336.696.7-
YUV143.0760.8107.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.74%
GREEN value IS 181 (71.09% from 255) = 56.74%
BLUE value IS 24 (9.77% from 255) = 7.52%
R=35.74%
G=56.74%
B=7.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal114181240.3700.870.2985.6176.5940.2
Hex72B518250571D564d28
Octal162265304501273512611550
Binary11100101011010111000100101010101111110110101101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,181,24); }

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

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

 a { background-color: rgb(114,181,24); }

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

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

 span { border-color: rgb(114,181,24); }

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