#75895D

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

Shades of Highland #75895D

Tints of Highland #75895D

Color information

#75895D (or 0x75895D) is unknown color: approx Highland. HEX triplet: 75, 89 and 5D. RGB value is (117,137,93). Sum of RGB (Red+Green+Blue) = 117+137+93=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 137 - color contains mainly: green. Hex color #75895D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75895D is #8A76A2. Grayscale: #7E7E7E. Windows color (decimal): -9074339 or 6130037. OLE color: 6130037.

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

Color convert

RGB11713793-
CMYK0.1500.320.46
HSL87.27º19.13%45.1%-
HSV(B)87.27º32.12%53.73%-
XYZ18.2622.4613.73-
YUV126109.37121.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.72%
GREEN value IS 137 (53.91% from 255) = 39.48%
BLUE value IS 93 (36.72% from 255) = 26.80%
R=33.72%
G=39.48%
B=26.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal117137930.1500.320.4687.2719.1345.1
Hex75895DF0202E57132d
Octal16521113517040561272355
Binary111010110001001101110111110100000101110101011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75895D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75895D; }

 p { color: rgb(117,137,93); }

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

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

 a { background-color: rgb(117,137,93); }

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

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

 span { border-color: rgb(117,137,93); }

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