#776E13

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

Shades of Olivetone #776E13

Tints of Olivetone #776E13

Color information

#776E13 (or 0x776E13) is unknown color: approx Olivetone. HEX triplet: 77, 6E and 13. RGB value is (119,110,19). Sum of RGB (Red+Green+Blue) = 119+110+19=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 110 (43.36% from 255 or 44.35% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #776E13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776E13 is #8891EC. Grayscale: #666666. Windows color (decimal): -8950253 or 1273463. OLE color: 1273463.

HSL color Cylindrical-coordinate representation of color #776E13: hue angle of 54.6º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #776E13 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB11911019-
CMYK00.080.840.53
HSL54.6º72.46%27.06%-
HSV(B)54.6º84.03%46.67%-
XYZ13.315.122.83-
YUV102.3280.98139.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.98%
GREEN value IS 110 (43.36% from 255) = 44.35%
BLUE value IS 19 (7.81% from 255) = 7.66%
R=47.98%
G=44.35%
B=7.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191101900.080.840.5354.672.4627.06
Hex776E1308543537481b
Octal16715623010124656711033
Binary1110111110111010011010001010100110101110111100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,110,19); }

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

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

 a { background-color: rgb(119,110,19); }

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

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

 span { border-color: rgb(119,110,19); }

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