#757824

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

Shades of Olivetone #757824

Tints of Olivetone #757824

Color information

#757824 (or 0x757824) is unknown color: approx Olivetone. HEX triplet: 75, 78 and 24. RGB value is (117,120,36). Sum of RGB (Red+Green+Blue) = 117+120+36=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 120 (47.27% from 255 or 43.96% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 120 - color contains mainly: green. Hex color #757824 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757824 is #8A87DB. Grayscale: #6D6D6D. Windows color (decimal): -9078748 or 2390133. OLE color: 2390133.

HSL color Cylindrical-coordinate representation of color #757824: hue angle of 62.14º 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 #757824 is Cyan = 0.02, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.53.

Color convert

RGB11712036-
CMYK0.0200.70.53
HSL62.14º53.85%30.59%-
HSV(B)62.14º70%47.06%-
XYZ14.3717.344.26-
YUV109.5386.51133.33-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117120360.0200.70.5362.1453.8530.59
Hex7578242046353e361f
Octal165170442010665766637
Binary11101011111000100100100100011011010111111011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757824; }

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

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

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

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

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

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

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

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