#76700E

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

Shades of Olive #76700E

Tints of Olive #76700E

Color information

#76700E (or 0x76700E) is unknown color: approx Olive. HEX triplet: 76, 70 and 0E. RGB value is (118,112,14). Sum of RGB (Red+Green+Blue) = 118+112+14=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #76700E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76700E is #898FF1. Grayscale: #676767. Windows color (decimal): -9015282 or 946294. OLE color: 946294.

HSL color Cylindrical-coordinate representation of color #76700E: hue angle of 56.54º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76700E is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB11811214-
CMYK00.050.880.54
HSL56.54º78.79%25.88%-
HSV(B)56.54º88.14%46.27%-
XYZ13.3415.472.7-
YUV102.6277.99138.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.36%
GREEN value IS 112 (44.14% from 255) = 45.90%
BLUE value IS 14 (5.86% from 255) = 5.74%
R=48.36%
G=45.90%
B=5.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181121400.050.880.5456.5478.7925.88
Hex7670E055836394f1a
Octal1661601605130667111732
Binary11101101110000111001011011000110110111001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76700E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76700E; }

 p { color: rgb(118,112,14); }

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

<style>
 a { background-color: #76700E; }

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

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

<style>
 span { border-color: #76700E; }

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

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