#72B127

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

Shades of Christi #72B127

Tints of Christi #72B127

Color information

#72B127 (or 0x72B127) is unknown color: approx Christi. HEX triplet: 72, B1 and 27. RGB value is (114,177,39). Sum of RGB (Red+Green+Blue) = 114+177+39=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 177 (69.53% from 255 or 53.64% from 330); Blue value is 39 (15.62% from 255 or 11.82% from 330); Max value from RGB is 177 - color contains mainly: green. Hex color #72B127 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72B127 is #8D4ED8. Grayscale: #8E8E8E. Windows color (decimal): -9260761 or 2601330. OLE color: 2601330.

HSL color Cylindrical-coordinate representation of color #72B127: hue angle of 87.39º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #72B127 is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB11417739-
CMYK0.3600.780.31
HSL87.39º63.89%42.35%-
HSV(B)87.39º77.97%69.41%-
XYZ23.0335.177.49-
YUV142.4369.63107.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.55%
GREEN value IS 177 (69.53% from 255) = 53.64%
BLUE value IS 39 (15.62% from 255) = 11.82%
R=34.55%
G=53.64%
B=11.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal114177390.3600.780.3187.3963.8942.35
Hex72B1272404E1F57402a
Octal162261474401163712710052
Binary111001010110001100111100100010011101111110101111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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