#759059

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

Shades of Highland #759059

Tints of Highland #759059

Color information

#759059 (or 0x759059) is unknown color: approx Highland. HEX triplet: 75, 90 and 59. RGB value is (117,144,89). Sum of RGB (Red+Green+Blue) = 117+144+89=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 144 - color contains mainly: green. Hex color #759059 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759059 is #8A6FA6. Grayscale: #818181. Windows color (decimal): -9072551 or 5869685. OLE color: 5869685.

HSL color Cylindrical-coordinate representation of color #759059: hue angle of 89.45º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #759059 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB11714489-
CMYK0.1900.380.44
HSL89.45º23.61%45.69%-
HSV(B)89.45º38.19%56.47%-
XYZ19.1124.4513.16-
YUV129.66105.05118.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.43%
GREEN value IS 144 (56.64% from 255) = 41.14%
BLUE value IS 89 (35.16% from 255) = 25.43%
R=33.43%
G=41.14%
B=25.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117144890.1900.380.4489.4523.6145.69
Hex759059130262C59182e
Octal16522013123046541313056
Binary1110101100100001011001100110100110101100101100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759059; }

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

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

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

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

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

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

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

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