#757113

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

Shades of Olivetone #757113

Tints of Olivetone #757113

Color information

#757113 (or 0x757113) is unknown color: approx Olivetone. HEX triplet: 75, 71 and 13. RGB value is (117,113,19). Sum of RGB (Red+Green+Blue) = 117+113+19=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 113 (44.53% from 255 or 45.38% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #757113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757113 is #8A8EEC. Grayscale: #676767. Windows color (decimal): -9080557 or 1274229. OLE color: 1274229.

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

Color convert

RGB11711319-
CMYK00.030.840.54
HSL57.55º72.06%26.67%-
HSV(B)57.55º83.76%45.88%-
XYZ13.3615.642.93-
YUV103.4880.33137.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.99%
GREEN value IS 113 (44.53% from 255) = 45.38%
BLUE value IS 19 (7.81% from 255) = 7.63%
R=46.99%
G=45.38%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171131900.030.840.5457.5572.0626.67
Hex7571130354363a481b
Octal1651612303124667211033
Binary11101011110001100110111010100110110111010100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757113; }

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

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

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

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

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

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

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

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