#757428

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

Shades of Olivetone #757428

Tints of Olivetone #757428

Color information

#757428 (or 0x757428) is unknown color: approx Olivetone. HEX triplet: 75, 74 and 28. RGB value is (117,116,40). Sum of RGB (Red+Green+Blue) = 117+116+40=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #757428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757428 is #8A8BD7. Grayscale: #6B6B6B. Windows color (decimal): -9079768 or 2651253. OLE color: 2651253.

HSL color Cylindrical-coordinate representation of color #757428: hue angle of 59.22º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #757428 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB11711640-
CMYK00.010.660.54
HSL59.22º49.04%30.78%-
HSV(B)59.22º65.81%45.88%-
XYZ13.9616.434.44-
YUV107.6489.83134.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.86%
GREEN value IS 116 (45.70% from 255) = 42.49%
BLUE value IS 40 (16.02% from 255) = 14.65%
R=42.86%
G=42.49%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171164000.010.660.5459.2249.0430.78
Hex7574280142363b311f
Octal165164500110266736137
Binary1110101111010010100001100001011011011101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757428; }

 p { color: rgb(117,116,40); }

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

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

 a { background-color: rgb(117,116,40); }

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

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

 span { border-color: rgb(117,116,40); }

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