#757129

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

Shades of Olivetone #757129

Tints of Olivetone #757129

Color information

#757129 (or 0x757129) is unknown color: approx Olivetone. HEX triplet: 75, 71 and 29. RGB value is (117,113,41). Sum of RGB (Red+Green+Blue) = 117+113+41=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #757129 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757129 is #8A8ED6. Grayscale: #6A6A6A. Windows color (decimal): -9080535 or 2716021. OLE color: 2716021.

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

Color convert

RGB11711341-
CMYK00.030.650.54
HSL56.84º48.1%30.98%-
HSV(B)56.84º64.96%45.88%-
XYZ13.6415.754.42-
YUV105.9991.33135.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.17%
GREEN value IS 113 (44.53% from 255) = 41.70%
BLUE value IS 41 (16.41% from 255) = 15.13%
R=43.17%
G=41.70%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171134100.030.650.5456.8448.130.98
Hex75712903413639301f
Octal165161510310166716037
Binary11101011110001101001011100000111011011100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757129; }

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

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

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

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

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

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

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

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