#767211

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

Shades of Olivetone #767211

Tints of Olivetone #767211

Color information

#767211 (or 0x767211) is unknown color: approx Olivetone. HEX triplet: 76, 72 and 11. RGB value is (118,114,17). Sum of RGB (Red+Green+Blue) = 118+114+17=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #767211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767211 is #898DEE. Grayscale: #686868. Windows color (decimal): -9014767 or 1143414. OLE color: 1143414.

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

Color convert

RGB11811417-
CMYK00.030.860.54
HSL57.62º74.81%26.47%-
HSV(B)57.62º85.59%46.27%-
XYZ13.5915.932.89-
YUV104.1478.83137.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.39%
GREEN value IS 114 (44.92% from 255) = 45.78%
BLUE value IS 17 (7.03% from 255) = 6.83%
R=47.39%
G=45.78%
B=6.83%

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
Decimal1181141700.030.860.5457.6274.8126.47
Hex7672110356363a4b1a
Octal1661622103126667211332
Binary11101101110010100010111010110110110111010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767211; }

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

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

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

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

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

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

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

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