#759359

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

Shades of Highland #759359

Tints of Highland #759359

Color information

#759359 (or 0x759359) is unknown color: approx Highland. HEX triplet: 75, 93 and 59. RGB value is (117,147,89). Sum of RGB (Red+Green+Blue) = 117+147+89=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 89 (35.16% from 255 or 25.21% from 353); Max value from RGB is 147 - color contains mainly: green. Hex color #759359 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759359 is #8A6CA6. Grayscale: #838383. Windows color (decimal): -9071783 or 5870453. OLE color: 5870453.

HSL color Cylindrical-coordinate representation of color #759359: hue angle of 91.03º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #759359 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB11714789-
CMYK0.2000.390.42
HSL91.03º24.58%46.27%-
HSV(B)91.03º39.46%57.65%-
XYZ19.5725.3713.32-
YUV131.42104.06117.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.14%
GREEN value IS 147 (57.81% from 255) = 41.64%
BLUE value IS 89 (35.16% from 255) = 25.21%
R=33.14%
G=41.64%
B=25.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117147890.2000.390.4291.0324.5846.27
Hex759359140272A5b192e
Octal16522313124047521333156
Binary1110101100100111011001101000100111101010101101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759359; }

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

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

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

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

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

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

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

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