#766E1A

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

Shades of Olivetone #766E1A

Tints of Olivetone #766E1A

Color information

#766E1A (or 0x766E1A) is unknown color: approx Olivetone. HEX triplet: 76, 6E and 1A. RGB value is (118,110,26). Sum of RGB (Red+Green+Blue) = 118+110+26=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 110 (43.36% from 255 or 43.31% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #766E1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E1A is #8991E5. Grayscale: #676767. Windows color (decimal): -9015782 or 1732214. OLE color: 1732214.

HSL color Cylindrical-coordinate representation of color #766E1A: hue angle of 54.78º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #766E1A is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB11811026-
CMYK00.070.780.54
HSL54.78º63.89%28.24%-
HSV(B)54.78º77.97%46.27%-
XYZ13.2315.083.19-
YUV102.8284.65138.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.46%
GREEN value IS 110 (43.36% from 255) = 43.31%
BLUE value IS 26 (10.55% from 255) = 10.24%
R=46.46%
G=43.31%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181102600.070.780.5454.7863.8928.24
Hex766E1A074E3637401c
Octal1661563207116666710034
Binary111011011011101101001111001110110110110111100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,110,26); }

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

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

 a { background-color: rgb(118,110,26); }

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

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

 span { border-color: rgb(118,110,26); }

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