#757128

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

Shades of Olivetone #757128

Tints of Olivetone #757128

Color information

#757128 (or 0x757128) is unknown color: approx Olivetone. HEX triplet: 75, 71 and 28. RGB value is (117,113,40). Sum of RGB (Red+Green+Blue) = 117+113+40=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 113 (44.53% from 255 or 41.85% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #757128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757128 is #8A8ED7. Grayscale: #6A6A6A. Windows color (decimal): -9080536 or 2650485. OLE color: 2650485.

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

Color convert

RGB11711340-
CMYK00.030.660.54
HSL56.88º49.04%30.78%-
HSV(B)56.88º65.81%45.88%-
XYZ13.6215.754.33-
YUV105.8790.83135.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.33%
GREEN value IS 113 (44.53% from 255) = 41.85%
BLUE value IS 40 (16.02% from 255) = 14.81%
R=43.33%
G=41.85%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171134000.030.660.5456.8849.0430.78
Hex75712803423639311f
Octal165161500310266716137
Binary11101011110001101000011100001011011011100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757128; }

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

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

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

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

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

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

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

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