#72A510

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

Shades of Christi #72A510

Tints of Christi #72A510

Color information

#72A510 (or 0x72A510) is unknown color: approx Christi. HEX triplet: 72, A5 and 10. RGB value is (114,165,16). Sum of RGB (Red+Green+Blue) = 114+165+16=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 165 (64.84% from 255 or 55.93% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 165 - color contains mainly: green. Hex color #72A510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72A510 is #8D5AEF. Grayscale: #858585. Windows color (decimal): -9263856 or 1090930. OLE color: 1090930.

HSL color Cylindrical-coordinate representation of color #72A510: hue angle of 80.54º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72A510 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB11416516-
CMYK0.3100.900.35
HSL80.54º82.32%35.49%-
HSV(B)80.54º90.3%64.71%-
XYZ20.4930.535.3-
YUV132.7662.1114.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.64%
GREEN value IS 165 (64.84% from 255) = 55.93%
BLUE value IS 16 (6.64% from 255) = 5.42%
R=38.64%
G=55.93%
B=5.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal114165160.3100.900.3580.5482.3235.49
Hex72A5101F05A23515223
Octal162245203701324312112243
Binary11100101010010110000111110101101010001110100011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,165,16); }

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

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

 a { background-color: rgb(114,165,16); }

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

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

 span { border-color: rgb(114,165,16); }

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