#787524

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

Shades of Olivetone #787524

Tints of Olivetone #787524

Color information

#787524 (or 0x787524) is unknown color: approx Olivetone. HEX triplet: 78, 75 and 24. RGB value is (120,117,36). Sum of RGB (Red+Green+Blue) = 120+117+36=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 120 - color contains mainly: red. Hex color #787524 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787524 is #878ADB. Grayscale: #6C6C6C. Windows color (decimal): -8882908 or 2389368. OLE color: 2389368.

HSL color Cylindrical-coordinate representation of color #787524: hue angle of 57.86º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #787524 is Cyan = 0, Magento = 0.02, Yellow = 0.7 and Black (K on CMYK) = 0.53.

Color convert

RGB12011736-
CMYK00.020.70.53
HSL57.86º53.85%30.59%-
HSV(B)57.86º70%47.06%-
XYZ14.4316.844.16-
YUV108.6686.99136.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.96%
GREEN value IS 117 (46.09% from 255) = 42.86%
BLUE value IS 36 (14.45% from 255) = 13.19%
R=43.96%
G=42.86%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.7
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201173600.020.70.5357.8653.8530.59
Hex7875240246353a361f
Octal170165440210665726637
Binary11110001110101100100010100011011010111101011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787524; }

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

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

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

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

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

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

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

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