#76A30C

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

Shades of Christi #76A30C

Tints of Christi #76A30C

Color information

#76A30C (or 0x76A30C) is unknown color: approx Christi. HEX triplet: 76, A3 and 0C. RGB value is (118,163,12). Sum of RGB (Red+Green+Blue) = 118+163+12=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 163 (64.06% from 255 or 55.63% from 293); Blue value is 12 (5.08% from 255 or 4.10% from 293); Max value from RGB is 163 - color contains mainly: green. Hex color #76A30C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76A30C is #895CF3. Grayscale: #848484. Windows color (decimal): -9002228 or 828278. OLE color: 828278.

HSL color Cylindrical-coordinate representation of color #76A30C: hue angle of 77.88º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #76A30C is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB11816312-
CMYK0.2800.930.36
HSL77.88º86.29%34.31%-
HSV(B)77.88º92.64%63.92%-
XYZ20.6330.075.06-
YUV132.3360.09117.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.27%
GREEN value IS 163 (64.06% from 255) = 55.63%
BLUE value IS 12 (5.08% from 255) = 4.10%
R=40.27%
G=55.63%
B=4.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal118163120.2800.930.3677.8886.2934.31
Hex76A3C1C05D244e5622
Octal166243143401354411612642
Binary1110110101000111100111000101110110010010011101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A30C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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