#758C5B

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

Shades of Highland #758C5B

Tints of Highland #758C5B

Color information

#758C5B (or 0x758C5B) is unknown color: approx Highland. HEX triplet: 75, 8C and 5B. RGB value is (117,140,91). Sum of RGB (Red+Green+Blue) = 117+140+91=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 140 (55.08% from 255 or 40.23% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 140 - color contains mainly: green. Hex color #758C5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758C5B is #8A73A4. Grayscale: #7F7F7F. Windows color (decimal): -9073573 or 5999733. OLE color: 5999733.

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

Color convert

RGB11714091-
CMYK0.1600.350.45
HSL88.16º21.21%45.29%-
HSV(B)88.16º35%54.9%-
XYZ18.623.2913.41-
YUV127.54107.38120.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.62%
GREEN value IS 140 (55.08% from 255) = 40.23%
BLUE value IS 91 (35.94% from 255) = 26.15%
R=33.62%
G=40.23%
B=26.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117140910.1600.350.4588.1621.2145.29
Hex758C5B100232D58152d
Octal16521413320043551302555
Binary1110101100011001011011100000100011101101101100010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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