#776F10

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

Shades of Olivetone #776F10

Tints of Olivetone #776F10

Color information

#776F10 (or 0x776F10) is unknown color: approx Olivetone. HEX triplet: 77, 6F and 10. RGB value is (119,111,16). Sum of RGB (Red+Green+Blue) = 119+111+16=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 111 (43.75% from 255 or 45.12% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #776F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776F10 is #8890EF. Grayscale: #666666. Windows color (decimal): -8950000 or 1077111. OLE color: 1077111.

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

Color convert

RGB11911116-
CMYK00.070.870.53
HSL55.34º76.3%26.47%-
HSV(B)55.34º86.55%46.67%-
XYZ13.3915.332.74-
YUV102.5679.15139.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.37%
GREEN value IS 111 (43.75% from 255) = 45.12%
BLUE value IS 16 (6.64% from 255) = 6.50%
R=48.37%
G=45.12%
B=6.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191111600.070.870.5355.3476.326.47
Hex776F10075735374c1a
Octal1671572007127656711432
Binary111011111011111000001111010111110101110111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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