#766E23

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

Shades of Olivetone #766E23

Tints of Olivetone #766E23

Color information

#766E23 (or 0x766E23) is unknown color: approx Olivetone. HEX triplet: 76, 6E and 23. RGB value is (118,110,35). Sum of RGB (Red+Green+Blue) = 118+110+35=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 110 (43.36% from 255 or 41.83% from 263); Blue value is 35 (14.06% from 255 or 13.31% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #766E23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E23 is #8991DC. Grayscale: #686868. Windows color (decimal): -9015773 or 2322038. OLE color: 2322038.

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

Color convert

RGB11811035-
CMYK00.070.700.54
HSL54.22º54.25%30%-
HSV(B)54.22º70.34%46.27%-
XYZ13.3515.123.81-
YUV103.8489.15138.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.87%
GREEN value IS 110 (43.36% from 255) = 41.83%
BLUE value IS 35 (14.06% from 255) = 13.31%
R=44.87%
G=41.83%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181103500.070.700.5454.2254.2530
Hex766E2307463636361e
Octal166156430710666666636
Binary111011011011101000110111100011011011011011011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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