Html Css Color HEX #758959 Highland

📋 copy color: '#758959'

red 117 ◦ green 137 ◦ blue 89

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

Shades of Highland #758959

Tints of Highland #758959

RGB

 RED value IS 117 (46.09% from 255) = 34.11%

 GREEN value IS 137 (53.91% from 255) = 39.94%

 BLUE value IS 89 (35.16% from 255) = 25.95%

R = 34.11%
G = 39.94%
B = 25.95%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.46

RGB Variations

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

Color information

#758959 (or 0x758959) is known color: Highland. HEX triplet: 75, 89 and 59. RGB value is (117,137,89). Sum of RGB (Red+Green+Blue) = 117+137+89=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 137 - color contains mainly: green. Hex color #758959 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758959 is #8A76A6. Grayscale: #7D7D7D. Windows color (decimal): -9074343 or 5867893. OLE color: 5867893.

HSL color Cylindrical-coordinate representation of color #758959: hue angle of 85º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #758959 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 137 89 -
CMYK 0.15 0 0.35 0.46
HSL 85º 0.21% 0.44% -
HSV(B) 85º 0.35% 0.54% -
XYZ 18.08 22.39 12.82 -
YUV 125.55 107.37 121.9 -
System Red Green Blue C M Y K H S L
Decimal 117 137 89 0.15 0 0.35 0.46 85 0.21 0.44
Hex 75 89 59 F 0 23 2E 55 15 2C
Octal 165 211 131 17 0 43 56 125 25 54
Binary 1110101 10001001 1011001 1111 0 100011 101110 1010101 10101 101100

Color Harmonies of #758959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758959

Black with #758959

Text Example


Text Example

White with #758959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758959; }

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

 H1.HeaderClassName
 {
   color: #758959;
 }
 .AnyTagClassName
 {
   color: #758959;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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