#76A306

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

Shades of Christi #76A306

Tints of Christi #76A306

Color information

#76A306 (or 0x76A306) is unknown color: approx Christi. HEX triplet: 76, A3 and 06. RGB value is (118,163,6). Sum of RGB (Red+Green+Blue) = 118+163+6=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 163 (64.06% from 255 or 56.79% from 287); Blue value is 6 (2.73% from 255 or 2.09% from 287); Max value from RGB is 163 - color contains mainly: green. Hex color #76A306 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76A306 is #895CF9. Grayscale: #848484. Windows color (decimal): -9002234 or 435062. OLE color: 435062.

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

Color convert

RGB1181636-
CMYK0.2800.960.36
HSL77.2º92.9%33.14%-
HSV(B)77.2º96.32%63.92%-
XYZ20.630.064.89-
YUV131.6557.09118.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.11%
GREEN value IS 163 (64.06% from 255) = 56.79%
BLUE value IS 6 (2.73% from 255) = 2.09%
R=41.11%
G=56.79%
B=2.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal11816360.2800.960.3677.292.933.14
Hex76A361C060244d5d21
Octal16624363401404411513541
Binary111011010100011110111000110000010010010011011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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