#758B60

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

Shades of Highland #758B60

Tints of Highland #758B60

Color information

#758B60 (or 0x758B60) is unknown color: approx Highland. HEX triplet: 75, 8B and 60. RGB value is (117,139,96). Sum of RGB (Red+Green+Blue) = 117+139+96=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 139 (54.69% from 255 or 39.49% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 139 - color contains mainly: green. Hex color #758B60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758B60 is #8A749F. Grayscale: #7F7F7F. Windows color (decimal): -9073824 or 6327157. OLE color: 6327157.

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

Color convert

RGB11713996-
CMYK0.1600.310.45
HSL90.7º18.3%46.08%-
HSV(B)90.7º30.94%54.51%-
XYZ18.6823.0914.54-
YUV127.52110.21120.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.24%
GREEN value IS 139 (54.69% from 255) = 39.49%
BLUE value IS 96 (37.89% from 255) = 27.27%
R=33.24%
G=39.49%
B=27.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117139960.1600.310.4590.718.346.08
Hex758B601001F2D5b122e
Octal16521314020037551332256
Binary111010110001011110000010000011111101101101101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,139,96); }

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

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

 a { background-color: rgb(117,139,96); }

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

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

 span { border-color: rgb(117,139,96); }

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