#776F0E

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

Shades of Olive #776F0E

Tints of Olive #776F0E

Color information

#776F0E (or 0x776F0E) is unknown color: approx Olive. HEX triplet: 77, 6F and 0E. RGB value is (119,111,14). Sum of RGB (Red+Green+Blue) = 119+111+14=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 111 (43.75% from 255 or 45.49% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #776F0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776F0E is #8890F1. Grayscale: #666666. Windows color (decimal): -8950002 or 946039. OLE color: 946039.

HSL color Cylindrical-coordinate representation of color #776F0E: hue angle of 55.43º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #776F0E is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB11911114-
CMYK00.070.880.53
HSL55.43º78.95%26.08%-
HSV(B)55.43º88.24%46.67%-
XYZ13.3715.322.67-
YUV102.3378.15139.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.77%
GREEN value IS 111 (43.75% from 255) = 45.49%
BLUE value IS 14 (5.86% from 255) = 5.74%
R=48.77%
G=45.49%
B=5.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191111400.070.880.5355.4378.9526.08
Hex776FE075835374f1a
Octal1671571607130656711732
Binary11101111101111111001111011000110101110111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776F0E; }

 p { color: rgb(119,111,14); }

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

<style>
 a { background-color: #776F0E; }

 a { background-color: rgb(119,111,14); }

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

<style>
 span { border-color: #776F0E; }

 span { border-color: rgb(119,111,14); }

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