#757028

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

Shades of Olivetone #757028

Tints of Olivetone #757028

Color information

#757028 (or 0x757028) is unknown color: approx Olivetone. HEX triplet: 75, 70 and 28. RGB value is (117,112,40). Sum of RGB (Red+Green+Blue) = 117+112+40=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 112 (44.14% from 255 or 41.64% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 117 - color contains mainly: red. Hex color #757028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757028 is #8A8FD7. Grayscale: #696969. Windows color (decimal): -9080792 or 2650229. OLE color: 2650229.

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

Color convert

RGB11711240-
CMYK00.040.660.54
HSL56.1º49.04%30.78%-
HSV(B)56.1º65.81%45.88%-
XYZ13.5115.524.29-
YUV105.2991.16136.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.49%
GREEN value IS 112 (44.14% from 255) = 41.64%
BLUE value IS 40 (16.02% from 255) = 14.87%
R=43.49%
G=41.64%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171124000.040.660.5456.149.0430.78
Hex75702804423638311f
Octal165160500410266706137
Binary111010111100001010000100100001011011011100011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757028; }

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

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

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

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

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

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

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

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