#767311

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

Shades of Olivetone #767311

Tints of Olivetone #767311

Color information

#767311 (or 0x767311) is unknown color: approx Olivetone. HEX triplet: 76, 73 and 11. RGB value is (118,115,17). Sum of RGB (Red+Green+Blue) = 118+115+17=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #767311 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767311 is #898CEE. Grayscale: #696969. Windows color (decimal): -9014511 or 1143670. OLE color: 1143670.

HSL color Cylindrical-coordinate representation of color #767311: hue angle of 58.22º 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 #767311 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB11811517-
CMYK00.030.860.54
HSL58.22º74.81%26.47%-
HSV(B)58.22º85.59%46.27%-
XYZ13.716.152.93-
YUV104.7278.49137.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.2%
GREEN value IS 115 (45.31% from 255) = 46%
BLUE value IS 17 (7.03% from 255) = 6.8%
R=47.2%
G=46%
B=6.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181151700.030.860.5458.2274.8126.47
Hex7673110356363a4b1a
Octal1661632103126667211332
Binary11101101110011100010111010110110110111010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767311; }

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

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

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

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

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

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

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

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