#766D1E

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

Shades of Olivetone #766D1E

Tints of Olivetone #766D1E

Color information

#766D1E (or 0x766D1E) is unknown color: approx Olivetone. HEX triplet: 76, 6D and 1E. RGB value is (118,109,30). Sum of RGB (Red+Green+Blue) = 118+109+30=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 109 (42.97% from 255 or 42.41% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #766D1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766D1E is #8992E1. Grayscale: #676767. Windows color (decimal): -9016034 or 1994102. OLE color: 1994102.

HSL color Cylindrical-coordinate representation of color #766D1E: hue angle of 53.86º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #766D1E is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB11810930-
CMYK00.080.750.54
HSL53.86º59.46%29.02%-
HSV(B)53.86º74.58%46.27%-
XYZ13.1714.883.41-
YUV102.6886.98138.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.91%
GREEN value IS 109 (42.97% from 255) = 42.41%
BLUE value IS 30 (12.11% from 255) = 11.67%
R=45.91%
G=42.41%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181093000.080.750.5453.8659.4629.02
Hex766D1E084B36363b1d
Octal1661553601011366667335
Binary111011011011011111001000100101111011011011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766D1E; }

 p { color: rgb(118,109,30); }

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

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

 a { background-color: rgb(118,109,30); }

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

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

 span { border-color: rgb(118,109,30); }

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