#767524

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

Shades of Olivetone #767524

Tints of Olivetone #767524

Color information

#767524 (or 0x767524) is unknown color: approx Olivetone. HEX triplet: 76, 75 and 24. RGB value is (118,117,36). Sum of RGB (Red+Green+Blue) = 118+117+36=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 117 (46.09% from 255 or 43.17% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #767524 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767524 is #898ADB. Grayscale: #6C6C6C. Windows color (decimal): -9013980 or 2389366. OLE color: 2389366.

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

Color convert

RGB11811736-
CMYK00.010.690.54
HSL59.27º53.25%30.2%-
HSV(B)59.27º69.49%46.27%-
XYZ14.1516.74.15-
YUV108.0687.33135.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.54%
GREEN value IS 117 (46.09% from 255) = 43.17%
BLUE value IS 36 (14.45% from 255) = 13.28%
R=43.54%
G=43.17%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181173600.010.690.5459.2753.2530.2
Hex7675240145363b351e
Octal166165440110566736536
Binary1110110111010110010001100010111011011101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767524; }

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

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

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

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

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

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

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

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