#72AE0D

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

Shades of Christi #72AE0D

Tints of Christi #72AE0D

Color information

#72AE0D (or 0x72AE0D) is unknown color: approx Christi. HEX triplet: 72, AE and 0D. RGB value is (114,174,13). Sum of RGB (Red+Green+Blue) = 114+174+13=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 174 (68.36% from 255 or 57.81% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 174 - color contains mainly: green. Hex color #72AE0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72AE0D is #8D51F2. Grayscale: #8A8A8A. Windows color (decimal): -9261555 or 896626. OLE color: 896626.

HSL color Cylindrical-coordinate representation of color #72AE0D: hue angle of 82.36º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #72AE0D is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB11417413-
CMYK0.3400.930.32
HSL82.36º86.1%36.67%-
HSV(B)82.36º92.53%68.24%-
XYZ22.1533.885.75-
YUV137.7157.62111.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.87%
GREEN value IS 174 (68.36% from 255) = 57.81%
BLUE value IS 13 (5.47% from 255) = 4.32%
R=37.87%
G=57.81%
B=4.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal114174130.3400.930.3282.3686.136.67
Hex72AED2205D20525625
Octal162256154201354012212645
Binary11100101010111011011000100101110110000010100101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AE0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,174,13); }

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

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

 a { background-color: rgb(114,174,13); }

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

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

 span { border-color: rgb(114,174,13); }

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