#72a82b

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

Shades of Christi #72A82B

Tints of Christi #72A82B

Color information

#72A82B (or 0x72A82B) is unknown color: approx Christi. HEX triplet: 72, A8 and 2B. RGB value is (114,168,43). Sum of RGB (Red+Green+Blue) = 114+168+43=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 168 (66.02% from 255 or 51.69% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 168 - color contains mainly: green. Hex color #72A82B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A82B is #8D57D4. Grayscale: #8A8A8A. Windows color (decimal): -9263061 or 2861170. OLE color: 2861170.

HSL color Cylindrical-coordinate representation of color #72A82B: hue angle of 85.92º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #72A82B is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB11416843-
CMYK0.3200.740.34
HSL85.92º59.24%41.37%-
HSV(B)85.92º74.4%65.88%-
XYZ21.3831.767.29-
YUV137.674.61111.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.08%
GREEN value IS 168 (66.02% from 255) = 51.69%
BLUE value IS 43 (17.19% from 255) = 13.23%
R=35.08%
G=51.69%
B=13.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal114168430.3200.740.3485.9259.2441.37
Hex72A82B2004A22563b29
Octal16225053400112421267351
Binary111001010101000101011100000010010101000101010110111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72a82b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,168,43); }

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

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

 a { background-color: rgb(114,168,43); }

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

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

 span { border-color: rgb(114,168,43); }

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