#75731e

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

Shades of Olivetone #75731E

Tints of Olivetone #75731E

Color information

#75731E (or 0x75731E) is unknown color: approx Olivetone. HEX triplet: 75, 73 and 1E. RGB value is (117,115,30). Sum of RGB (Red+Green+Blue) = 117+115+30=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 30 (12.11% from 255 or 11.45% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #75731E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75731E is #8A8CE1. Grayscale: #6A6A6A. Windows color (decimal): -9080034 or 1995637. OLE color: 1995637.

HSL color Cylindrical-coordinate representation of color #75731E: hue angle of 58.62º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75731E is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB11711530-
CMYK00.020.740.54
HSL58.62º59.18%28.82%-
HSV(B)58.62º74.36%45.88%-
XYZ13.716.143.62-
YUV105.9185.16135.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.66%
GREEN value IS 115 (45.31% from 255) = 43.89%
BLUE value IS 30 (12.11% from 255) = 11.45%
R=44.66%
G=43.89%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171153000.020.740.5458.6259.1828.82
Hex75731E024A363b3b1d
Octal165163360211266737335
Binary1110101111001111110010100101011011011101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75731e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75731e; }

 p { color: rgb(117,115,30); }

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

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

 a { background-color: rgb(117,115,30); }

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

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

 span { border-color: rgb(117,115,30); }

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