#72A50E

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

Shades of Christi #72A50E

Tints of Christi #72A50E

Color information

#72A50E (or 0x72A50E) is unknown color: approx Christi. HEX triplet: 72, A5 and 0E. RGB value is (114,165,14). Sum of RGB (Red+Green+Blue) = 114+165+14=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 165 (64.84% from 255 or 56.31% from 293); Blue value is 14 (5.86% from 255 or 4.78% from 293); Max value from RGB is 165 - color contains mainly: green. Hex color #72A50E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72A50E is #8D5AF1. Grayscale: #858585. Windows color (decimal): -9263858 or 959858. OLE color: 959858.

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

Color convert

RGB11416514-
CMYK0.3100.920.35
HSL80.26º84.36%35.1%-
HSV(B)80.26º91.52%64.71%-
XYZ20.4730.525.23-
YUV132.5461.1114.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.91%
GREEN value IS 165 (64.84% from 255) = 56.31%
BLUE value IS 14 (5.86% from 255) = 4.78%
R=38.91%
G=56.31%
B=4.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal114165140.3100.920.3580.2684.3635.1
Hex72A5E1F05C23505423
Octal162245163701344312012443
Binary1110010101001011110111110101110010001110100001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A50E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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