#776D15

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

Shades of Olivetone #776D15

Tints of Olivetone #776D15

Color information

#776D15 (or 0x776D15) is unknown color: approx Olivetone. HEX triplet: 77, 6D and 15. RGB value is (119,109,21). Sum of RGB (Red+Green+Blue) = 119+109+21=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 109 (42.97% from 255 or 43.78% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #776D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776D15 is #8892EA. Grayscale: #666666. Windows color (decimal): -8950507 or 1404279. OLE color: 1404279.

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

Color convert

RGB11910921-
CMYK00.080.820.53
HSL53.88º70%27.45%-
HSV(B)53.88º82.35%46.67%-
XYZ13.2114.912.89-
YUV101.9682.31140.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.79%
GREEN value IS 109 (42.97% from 255) = 43.78%
BLUE value IS 21 (8.59% from 255) = 8.43%
R=47.79%
G=43.78%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191092100.080.820.5353.887027.45
Hex776D1508523536461b
Octal16715525010122656610633
Binary1110111110110110101010001010010110101110110100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,109,21); }

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

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

 a { background-color: rgb(119,109,21); }

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

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

 span { border-color: rgb(119,109,21); }

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