#72B320

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

Shades of Christi #72B320

Tints of Christi #72B320

Color information

#72B320 (or 0x72B320) is unknown color: approx Christi. HEX triplet: 72, B3 and 20. RGB value is (114,179,32). Sum of RGB (Red+Green+Blue) = 114+179+32=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 179 (70.31% from 255 or 55.08% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 179 - color contains mainly: green. Hex color #72B320 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72B320 is #8D4CDF. Grayscale: #8F8F8F. Windows color (decimal): -9260256 or 2143090. OLE color: 2143090.

HSL color Cylindrical-coordinate representation of color #72B320: hue angle of 86.53º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #72B320 is Cyan = 0.36, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB11417932-
CMYK0.3600.820.30
HSL86.53º69.67%41.37%-
HSV(B)86.53º82.12%70.2%-
XYZ23.3235.927.07-
YUV142.8165.47107.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.08%
GREEN value IS 179 (70.31% from 255) = 55.08%
BLUE value IS 32 (12.89% from 255) = 9.85%
R=35.08%
G=55.08%
B=9.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal114179320.3600.820.3086.5369.6741.37
Hex72B320240521E574629
Octal162263404401223612710651
Binary111001010110011100000100100010100101111010101111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,179,32); }

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

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

 a { background-color: rgb(114,179,32); }

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

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

 span { border-color: rgb(114,179,32); }

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