#766E27

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

Shades of Olivetone #766E27

Tints of Olivetone #766E27

Color information

#766E27 (or 0x766E27) is unknown color: approx Olivetone. HEX triplet: 76, 6E and 27. RGB value is (118,110,39). Sum of RGB (Red+Green+Blue) = 118+110+39=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 110 (43.36% from 255 or 41.20% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #766E27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E27 is #8991D8. Grayscale: #686868. Windows color (decimal): -9015769 or 2584182. OLE color: 2584182.

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

Color convert

RGB11811039-
CMYK00.070.670.54
HSL53.92º50.32%30.78%-
HSV(B)53.92º66.95%46.27%-
XYZ13.4115.154.14-
YUV104.391.15137.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.19%
GREEN value IS 110 (43.36% from 255) = 41.20%
BLUE value IS 39 (15.62% from 255) = 14.61%
R=44.19%
G=41.20%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181103900.070.670.5453.9250.3230.78
Hex766E2707433636321f
Octal166156470710366666237
Binary111011011011101001110111100001111011011011011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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