#766F27

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

Shades of Olivetone #766F27

Tints of Olivetone #766F27

Color information

#766F27 (or 0x766F27) is unknown color: approx Olivetone. HEX triplet: 76, 6F and 27. RGB value is (118,111,39). Sum of RGB (Red+Green+Blue) = 118+111+39=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 111 (43.75% from 255 or 41.42% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #766F27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766F27 is #8990D8. Grayscale: #696969. Windows color (decimal): -9015513 or 2584438. OLE color: 2584438.

HSL color Cylindrical-coordinate representation of color #766F27: hue angle of 54.68º 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 #766F27 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB11811139-
CMYK00.060.670.54
HSL54.68º50.32%30.78%-
HSV(B)54.68º66.95%46.27%-
XYZ13.5215.374.17-
YUV104.8890.82137.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.03%
GREEN value IS 111 (43.75% from 255) = 41.42%
BLUE value IS 39 (15.62% from 255) = 14.55%
R=44.03%
G=41.42%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181113900.060.670.5454.6850.3230.78
Hex766F2706433637321f
Octal166157470610366676237
Binary111011011011111001110110100001111011011011111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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