#76B708

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

Shades of Christi #76B708

Tints of Christi #76B708

Color information

#76B708 (or 0x76B708) is unknown color: approx Christi. HEX triplet: 76, B7 and 08. RGB value is (118,183,8). Sum of RGB (Red+Green+Blue) = 118+183+8=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 183 (71.88% from 255 or 59.22% from 309); Blue value is 8 (3.52% from 255 or 2.59% from 309); Max value from RGB is 183 - color contains mainly: green. Hex color #76B708 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76B708 is #8948F7. Grayscale: #909090. Windows color (decimal): -8997112 or 571254. OLE color: 571254.

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

Color convert

RGB1181838-
CMYK0.3600.960.28
HSL82.29º91.62%37.45%-
HSV(B)82.29º95.63%71.76%-
XYZ24.4537.746.22-
YUV143.6151.47109.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.19%
GREEN value IS 183 (71.88% from 255) = 59.22%
BLUE value IS 8 (3.52% from 255) = 2.59%
R=38.19%
G=59.22%
B=2.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal11818380.3600.960.2882.2991.6237.45
Hex76B78240601C525c25
Octal166267104401403412213445
Binary1110110101101111000100100011000001110010100101011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,183,8); }

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

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

 a { background-color: rgb(118,183,8); }

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

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

 span { border-color: rgb(118,183,8); }

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