#766A24

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

Shades of Olivetone #766A24

Tints of Olivetone #766A24

Color information

#766A24 (or 0x766A24) is unknown color: approx Olivetone. HEX triplet: 76, 6A and 24. RGB value is (118,106,36). Sum of RGB (Red+Green+Blue) = 118+106+36=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 106 (41.80% from 255 or 40.77% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #766A24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A24 is #8995DB. Grayscale: #656565. Windows color (decimal): -9016796 or 2386550. OLE color: 2386550.

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

Color convert

RGB11810636-
CMYK00.100.690.54
HSL51.22º53.25%30.2%-
HSV(B)51.22º69.49%46.27%-
XYZ12.9414.293.74-
YUV101.6190.98139.69-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.38%
GREEN value IS 106 (41.80% from 255) = 40.77%
BLUE value IS 36 (14.45% from 255) = 13.85%
R=45.38%
G=40.77%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181063600.100.690.5451.2253.2530.2
Hex766A240A453633351e
Octal1661524401210566636536
Binary1110110110101010010001010100010111011011001111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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