#757024

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

Shades of Olivetone #757024

Tints of Olivetone #757024

Color information

#757024 (or 0x757024) is unknown color: approx Olivetone. HEX triplet: 75, 70 and 24. RGB value is (117,112,36). Sum of RGB (Red+Green+Blue) = 117+112+36=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 36 (14.45% from 255 or 13.58% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #757024 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757024 is #8A8FDB. Grayscale: #696969. Windows color (decimal): -9080796 or 2388085. OLE color: 2388085.

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

Color convert

RGB11711236-
CMYK00.040.690.54
HSL56.3º52.94%30%-
HSV(B)56.3º69.23%45.88%-
XYZ13.4515.53.95-
YUV104.8389.16136.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.15%
GREEN value IS 112 (44.14% from 255) = 42.26%
BLUE value IS 36 (14.45% from 255) = 13.58%
R=44.15%
G=42.26%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171123600.040.690.5456.352.9430
Hex75702404453638351e
Octal165160440410566706536
Binary111010111100001001000100100010111011011100011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757024; }

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

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

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

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

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

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

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

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