#72AE1C

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

Shades of Christi #72AE1C

Tints of Christi #72AE1C

Color information

#72AE1C (or 0x72AE1C) is unknown color: approx Christi. HEX triplet: 72, AE and 1C. RGB value is (114,174,28). Sum of RGB (Red+Green+Blue) = 114+174+28=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 174 (68.36% from 255 or 55.06% from 316); Blue value is 28 (11.33% from 255 or 8.86% from 316); Max value from RGB is 174 - color contains mainly: green. Hex color #72AE1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AE1C is #8D51E3. Grayscale: #8B8B8B. Windows color (decimal): -9261540 or 1879666. OLE color: 1879666.

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

Color convert

RGB11417428-
CMYK0.3400.840.32
HSL84.66º72.28%39.61%-
HSV(B)84.66º83.91%68.24%-
XYZ22.2933.936.47-
YUV139.4265.12109.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.08%
GREEN value IS 174 (68.36% from 255) = 55.06%
BLUE value IS 28 (11.33% from 255) = 8.86%
R=36.08%
G=55.06%
B=8.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal114174280.3400.840.3284.6672.2839.61
Hex72AE1C2205420554828
Octal162256344201244012511050
Binary111001010101110111001000100101010010000010101011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AE1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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