#76760B

Color #76760B Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #76760B

Tints of Olive #76760B

Color information

#76760B (or 0x76760B) is unknown color: approx Olive. HEX triplet: 76, 76 and 0B. RGB value is (118,118,11). Sum of RGB (Red+Green+Blue) = 118+118+11=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 118 - color contains mainly: red, green. Hex color #76760B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76760B is #8989F4. Grayscale: #6A6A6A. Windows color (decimal): -9013749 or 751222. OLE color: 751222.

HSL color Cylindrical-coordinate representation of color #76760B: hue angle of 60º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76760B is Cyan = 0, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB11811811-
CMYK000.910.54
HSL60º82.95%25.29%-
HSV(B)60º90.68%46.27%-
XYZ14.0116.832.83-
YUV105.874.5136.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.77%
GREEN value IS 118 (46.48% from 255) = 47.77%
BLUE value IS 11 (4.69% from 255) = 4.45%
R=47.77%
G=47.77%
B=4.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811811000.910.546082.9525.29
Hex7676B005B363c5319
Octal1661661300133667412331
Binary111011011101101011001011011110110111100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76760B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76760B; }

 p { color: rgb(118,118,11); }

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

<style>
 a { background-color: #76760B; }

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

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

<style>
 span { border-color: #76760B; }

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

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