#72AE27

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

Shades of Christi #72AE27

Tints of Christi #72AE27

Color information

#72AE27 (or 0x72AE27) is unknown color: approx Christi. HEX triplet: 72, AE and 27. RGB value is (114,174,39). Sum of RGB (Red+Green+Blue) = 114+174+39=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 174 (68.36% from 255 or 53.21% from 327); Blue value is 39 (15.62% from 255 or 11.93% from 327); Max value from RGB is 174 - color contains mainly: green. Hex color #72AE27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AE27 is #8D51D8. Grayscale: #8D8D8D. Windows color (decimal): -9261529 or 2600562. OLE color: 2600562.

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

Color convert

RGB11417439-
CMYK0.3400.780.32
HSL86.67º63.38%41.76%-
HSV(B)86.67º77.59%68.24%-
XYZ22.44347.3-
YUV140.6770.62108.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.86%
GREEN value IS 174 (68.36% from 255) = 53.21%
BLUE value IS 39 (15.62% from 255) = 11.93%
R=34.86%
G=53.21%
B=11.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal114174390.3400.780.3286.6763.3841.76
Hex72AE272204E20573f2a
Octal16225647420116401277752
Binary111001010101110100111100010010011101000001010111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AE27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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