Html Css Color HEX #759359 Highland

📋 copy color: '#759359'

red 117 ◦ green 147 ◦ blue 89

#759359
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Highland #759359

Tints of Highland #759359

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 value IS 0.20

 M value IS 0

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#759359 (or 0x759359) is known color: 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

RGB 117 147 89 -
CMYK 0.20 0 0.39 0.42
HSL 91.03º 0.25% 0.46% -
HSV(B) 91.03º 0.39% 0.58% -
XYZ 19.57 25.37 13.32 -
YUV 131.42 104.06 117.72 -
System Red Green Blue C M Y K H S L
Decimal 117 147 89 0.20 0 0.39 0.42 91.03 0.25 0.46
Hex 75 93 59 14 0 27 2A 5B 19 2E
Octal 165 223 131 24 0 47 52 133 31 56
Binary 1110101 10010011 1011001 10100 0 100111 101010 1011011 11001 101110

Color Harmonies of #759359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759359

Black with #759359

Text Example


Text Example

White with #759359

Text Example


Text Example

HTML Codes & Css Web 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>