#777010

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

Shades of Olivetone #777010

Tints of Olivetone #777010

Color information

#777010 (or 0x777010) is unknown color: approx Olivetone. HEX triplet: 77, 70 and 10. RGB value is (119,112,16). Sum of RGB (Red+Green+Blue) = 119+112+16=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #777010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777010 is #888FEF. Grayscale: #676767. Windows color (decimal): -8949744 or 1077367. OLE color: 1077367.

HSL color Cylindrical-coordinate representation of color #777010: hue angle of 55.92º 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 #777010 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB11911216-
CMYK00.060.870.53
HSL55.92º76.3%26.47%-
HSV(B)55.92º86.55%46.67%-
XYZ13.515.552.78-
YUV103.1578.82139.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.18%
GREEN value IS 112 (44.14% from 255) = 45.34%
BLUE value IS 16 (6.64% from 255) = 6.48%
R=48.18%
G=45.34%
B=6.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191121600.060.870.5355.9276.326.47
Hex777010065735384c1a
Octal1671602006127657011432
Binary111011111100001000001101010111110101111000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777010; }

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

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

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

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

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

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

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

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