#758C5D

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

Shades of Highland #758C5D

Tints of Highland #758C5D

Color information

#758C5D (or 0x758C5D) is unknown color: approx Highland. HEX triplet: 75, 8C and 5D. RGB value is (117,140,93). Sum of RGB (Red+Green+Blue) = 117+140+93=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 140 - color contains mainly: green. Hex color #758C5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758C5D is #8A73A2. Grayscale: #7F7F7F. Windows color (decimal): -9073571 or 6130805. OLE color: 6130805.

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

Color convert

RGB11714093-
CMYK0.1600.340.45
HSL89.36º20.17%45.69%-
HSV(B)89.36º33.57%54.9%-
XYZ18.6923.3313.87-
YUV127.76108.38120.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.43%
GREEN value IS 140 (55.08% from 255) = 40%
BLUE value IS 93 (36.72% from 255) = 26.57%
R=33.43%
G=40%
B=26.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117140930.1600.340.4589.3620.1745.69
Hex758C5D100222D59142e
Octal16521413520042551312456
Binary1110101100011001011101100000100010101101101100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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