#758C59

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

Shades of Highland #758C59

Tints of Highland #758C59

Color information

#758C59 (or 0x758C59) is unknown color: approx Highland. HEX triplet: 75, 8C and 59. RGB value is (117,140,89). Sum of RGB (Red+Green+Blue) = 117+140+89=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 140 (55.08% from 255 or 40.46% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 140 - color contains mainly: green. Hex color #758C59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758C59 is #8A73A6. Grayscale: #7F7F7F. Windows color (decimal): -9073575 or 5868661. OLE color: 5868661.

HSL color Cylindrical-coordinate representation of color #758C59: hue angle of 87.06º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #758C59 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.45.

Color convert

RGB11714089-
CMYK0.1600.360.45
HSL87.06º22.27%44.9%-
HSV(B)87.06º36.43%54.9%-
XYZ18.5223.2612.96-
YUV127.31106.38120.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.82%
GREEN value IS 140 (55.08% from 255) = 40.46%
BLUE value IS 89 (35.16% from 255) = 25.72%
R=33.82%
G=40.46%
B=25.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117140890.1600.360.4587.0622.2744.9
Hex758C59100242D57162d
Octal16521413120044551272655
Binary1110101100011001011001100000100100101101101011110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758C59; }

 p { color: rgb(117,140,89); }

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

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

 a { background-color: rgb(117,140,89); }

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

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

 span { border-color: rgb(117,140,89); }

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