#766B24

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

Shades of Olivetone #766B24

Tints of Olivetone #766B24

Color information

#766B24 (or 0x766B24) is unknown color: approx Olivetone. HEX triplet: 76, 6B and 24. RGB value is (118,107,36). Sum of RGB (Red+Green+Blue) = 118+107+36=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 107 (42.19% from 255 or 41.00% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #766B24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766B24 is #8994DB. Grayscale: #666666. Windows color (decimal): -9016540 or 2386806. OLE color: 2386806.

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

Color convert

RGB11810736-
CMYK00.090.690.54
HSL51.95º53.25%30.2%-
HSV(B)51.95º69.49%46.27%-
XYZ13.0514.493.78-
YUV102.290.64139.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.21%
GREEN value IS 107 (42.19% from 255) = 41.00%
BLUE value IS 36 (14.45% from 255) = 13.79%
R=45.21%
G=41.00%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181073600.090.690.5451.9553.2530.2
Hex766B2409453634351e
Octal1661534401110566646536
Binary1110110110101110010001001100010111011011010011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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