#76B906

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

Shades of Christi #76B906

Tints of Christi #76B906

Color information

#76B906 (or 0x76B906) is unknown color: approx Christi. HEX triplet: 76, B9 and 06. RGB value is (118,185,6). Sum of RGB (Red+Green+Blue) = 118+185+6=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 185 (72.66% from 255 or 59.87% from 309); Blue value is 6 (2.73% from 255 or 1.94% from 309); Max value from RGB is 185 - color contains mainly: green. Hex color #76B906 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76B906 is #8946F9. Grayscale: #919191. Windows color (decimal): -8996602 or 440694. OLE color: 440694.

HSL color Cylindrical-coordinate representation of color #76B906: hue angle of 82.46º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #76B906 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB1181856-
CMYK0.3600.970.27
HSL82.46º93.72%37.45%-
HSV(B)82.46º96.76%72.55%-
XYZ24.8538.566.31-
YUV144.5649.8109.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.19%
GREEN value IS 185 (72.66% from 255) = 59.87%
BLUE value IS 6 (2.73% from 255) = 1.94%
R=38.19%
G=59.87%
B=1.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal11818560.3600.970.2782.4693.7237.45
Hex76B96240611B525e25
Octal16627164401413312213645
Binary111011010111001110100100011000011101110100101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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