#76B306

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

Shades of Christi #76B306

Tints of Christi #76B306

Color information

#76B306 (or 0x76B306) is unknown color: approx Christi. HEX triplet: 76, B3 and 06. RGB value is (118,179,6). Sum of RGB (Red+Green+Blue) = 118+179+6=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 179 (70.31% from 255 or 59.08% from 303); Blue value is 6 (2.73% from 255 or 1.98% from 303); Max value from RGB is 179 - color contains mainly: green. Hex color #76B306 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76B306 is #894CF9. Grayscale: #8D8D8D. Windows color (decimal): -8998138 or 439158. OLE color: 439158.

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

Color convert

RGB1181796-
CMYK0.3400.970.30
HSL81.16º93.51%36.27%-
HSV(B)81.16º96.65%70.2%-
XYZ23.6236.15.9-
YUV141.0451.79111.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.94%
GREEN value IS 179 (70.31% from 255) = 59.08%
BLUE value IS 6 (2.73% from 255) = 1.98%
R=38.94%
G=59.08%
B=1.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal11817960.3400.970.3081.1693.5136.27
Hex76B36220611E515e24
Octal16626364201413612113644
Binary111011010110011110100010011000011111010100011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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