#766A21

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

Shades of Olivetone #766A21

Tints of Olivetone #766A21

Color information

#766A21 (or 0x766A21) is unknown color: approx Olivetone. HEX triplet: 76, 6A and 21. RGB value is (118,106,33). Sum of RGB (Red+Green+Blue) = 118+106+33=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 106 (41.80% from 255 or 41.25% from 257); Blue value is 33 (13.28% from 255 or 12.84% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #766A21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A21 is #8995DE. Grayscale: #656565. Windows color (decimal): -9016799 or 2189942. OLE color: 2189942.

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

Color convert

RGB11810633-
CMYK00.100.720.54
HSL51.53º56.29%29.61%-
HSV(B)51.53º72.03%46.27%-
XYZ12.914.273.51-
YUV101.2789.48139.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.91%
GREEN value IS 106 (41.80% from 255) = 41.25%
BLUE value IS 33 (13.28% from 255) = 12.84%
R=45.91%
G=41.25%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181063300.100.720.5451.5356.2929.61
Hex766A210A483634381e
Octal1661524101211066647036
Binary1110110110101010000101010100100011011011010011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,106,33); }

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

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

 a { background-color: rgb(118,106,33); }

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

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

 span { border-color: rgb(118,106,33); }

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