#767011

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

Shades of Olivetone #767011

Tints of Olivetone #767011

Color information

#767011 (or 0x767011) is unknown color: approx Olivetone. HEX triplet: 76, 70 and 11. RGB value is (118,112,17). Sum of RGB (Red+Green+Blue) = 118+112+17=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #767011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767011 is #898FEE. Grayscale: #676767. Windows color (decimal): -9015279 or 1142902. OLE color: 1142902.

HSL color Cylindrical-coordinate representation of color #767011: hue angle of 56.44º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #767011 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB11811217-
CMYK00.050.860.54
HSL56.44º74.81%26.47%-
HSV(B)56.44º85.59%46.27%-
XYZ13.3715.482.81-
YUV102.9679.49138.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.77%
GREEN value IS 112 (44.14% from 255) = 45.34%
BLUE value IS 17 (7.03% from 255) = 6.88%
R=47.77%
G=45.34%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181121700.050.860.5456.4474.8126.47
Hex767011055636384b1a
Octal1661602105126667011332
Binary111011011100001000101011010110110110111000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767011; }

 p { color: rgb(118,112,17); }

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

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

 a { background-color: rgb(118,112,17); }

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

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

 span { border-color: rgb(118,112,17); }

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