#72a50b

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

Shades of Christi #72A50B

Tints of Christi #72A50B

Color information

#72A50B (or 0x72A50B) is unknown color: approx Christi. HEX triplet: 72, A5 and 0B. RGB value is (114,165,11). Sum of RGB (Red+Green+Blue) = 114+165+11=290 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.31% from 290); Green value is 165 (64.84% from 255 or 56.90% from 290); Blue value is 11 (4.69% from 255 or 3.79% from 290); Max value from RGB is 165 - color contains mainly: green. Hex color #72A50B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72A50B is #8D5AF4. Grayscale: #848484. Windows color (decimal): -9263861 or 763250. OLE color: 763250.

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

Color convert

RGB11416511-
CMYK0.3100.930.35
HSL79.87º87.5%34.51%-
HSV(B)79.87º93.33%64.71%-
XYZ20.4530.515.13-
YUV132.1959.6115.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.31%
GREEN value IS 165 (64.84% from 255) = 56.90%
BLUE value IS 11 (4.69% from 255) = 3.79%
R=39.31%
G=56.90%
B=3.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal114165110.3100.930.3579.8787.534.51
Hex72A5B1F05D23505823
Octal162245133701354312013043
Binary1110010101001011011111110101110110001110100001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72a50b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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