#767720

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

Shades of Olivetone #767720

Tints of Olivetone #767720

Color information

#767720 (or 0x767720) is unknown color: approx Olivetone. HEX triplet: 76, 77 and 20. RGB value is (118,119,32). Sum of RGB (Red+Green+Blue) = 118+119+32=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 119 - color contains mainly: green. Hex color #767720 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767720 is #8988DF. Grayscale: #6D6D6D. Windows color (decimal): -9013472 or 2127734. OLE color: 2127734.

HSL color Cylindrical-coordinate representation of color #767720: hue angle of 60.69º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #767720 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB11811932-
CMYK0.0100.730.53
HSL60.69º57.62%29.61%-
HSV(B)60.69º73.11%46.67%-
XYZ14.3317.153.92-
YUV108.7884.67134.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.87%
GREEN value IS 119 (46.88% from 255) = 44.24%
BLUE value IS 32 (12.89% from 255) = 11.90%
R=43.87%
G=44.24%
B=11.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118119320.0100.730.5360.6957.6229.61
Hex7677201049353d3a1e
Octal166167401011165757236
Binary1110110111011110000010100100111010111110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767720; }

 p { color: rgb(118,119,32); }

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

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

 a { background-color: rgb(118,119,32); }

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

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

 span { border-color: rgb(118,119,32); }

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