#75742C

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

Shades of Olivetone #75742C

Tints of Olivetone #75742C

Color information

#75742C (or 0x75742C) is unknown color: approx Olivetone. HEX triplet: 75, 74 and 2C. RGB value is (117,116,44). Sum of RGB (Red+Green+Blue) = 117+116+44=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #75742C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75742C is #8A8BD3. Grayscale: #6C6C6C. Windows color (decimal): -9079764 or 2913397. OLE color: 2913397.

HSL color Cylindrical-coordinate representation of color #75742C: hue angle of 59.18º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75742C is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB11711644-
CMYK00.010.620.54
HSL59.18º45.34%31.57%-
HSV(B)59.18º62.39%45.88%-
XYZ14.0416.454.82-
YUV108.0991.83134.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.24%
GREEN value IS 116 (45.70% from 255) = 41.88%
BLUE value IS 44 (17.58% from 255) = 15.88%
R=42.24%
G=41.88%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171164400.010.620.5459.1845.3431.57
Hex75742C013E363b2d20
Octal16516454017666735540
Binary1110101111010010110001111110110110111011101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75742C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75742C; }

 p { color: rgb(117,116,44); }

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

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

 a { background-color: rgb(117,116,44); }

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

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

 span { border-color: rgb(117,116,44); }

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