#76A320

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

Shades of Christi #76A320

Tints of Christi #76A320

Color information

#76A320 (or 0x76A320) is unknown color: approx Christi. HEX triplet: 76, A3 and 20. RGB value is (118,163,32). Sum of RGB (Red+Green+Blue) = 118+163+32=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 163 (64.06% from 255 or 52.08% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 163 - color contains mainly: green. Hex color #76A320 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A320 is #895CDF. Grayscale: #878787. Windows color (decimal): -9002208 or 2138998. OLE color: 2138998.

HSL color Cylindrical-coordinate representation of color #76A320: hue angle of 80.61º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76A320 is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB11816332-
CMYK0.2800.800.36
HSL80.61º67.18%38.24%-
HSV(B)80.61º80.37%63.92%-
XYZ20.8330.156.09-
YUV134.6170.09116.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.70%
GREEN value IS 163 (64.06% from 255) = 52.08%
BLUE value IS 32 (12.89% from 255) = 10.22%
R=37.70%
G=52.08%
B=10.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal118163320.2800.800.3680.6167.1838.24
Hex76A3201C05024514326
Octal166243403401204412110346
Binary111011010100011100000111000101000010010010100011000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76A320; }

 p { color: rgb(118,163,32); }

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

<style>
 a { background-color: #76A320; }

 a { background-color: rgb(118,163,32); }

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

<style>
 span { border-color: #76A320; }

 span { border-color: rgb(118,163,32); }

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