#757126

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

Shades of Olivetone #757126

Tints of Olivetone #757126

Color information

#757126 (or 0x757126) is unknown color: approx Olivetone. HEX triplet: 75, 71 and 26. RGB value is (117,113,38). Sum of RGB (Red+Green+Blue) = 117+113+38=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #757126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757126 is #8A8ED9. Grayscale: #696969. Windows color (decimal): -9080538 or 2519413. OLE color: 2519413.

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

Color convert

RGB11711338-
CMYK00.030.680.54
HSL56.96º50.97%30.39%-
HSV(B)56.96º67.52%45.88%-
XYZ13.5915.734.15-
YUV105.6589.83136.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.66%
GREEN value IS 113 (44.53% from 255) = 42.16%
BLUE value IS 38 (15.23% from 255) = 14.18%
R=43.66%
G=42.16%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171133800.030.680.5456.9650.9730.39
Hex75712603443639331e
Octal165161460310466716336
Binary11101011110001100110011100010011011011100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757126; }

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

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

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

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

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

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

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

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