Html Css Color HEX #758C59 Highland

📋 copy color: '#758C59'

red 117 ◦ green 140 ◦ blue 89

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

Shades of Highland #758C59

Tints of Highland #758C59

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.46%

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

R = 33.82%
G = 40.46%
B = 25.72%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#758C59 (or 0x758C59) is known color: Highland. HEX triplet: 75, 8C and 59. RGB value is (117,140,89). Sum of RGB (Red+Green+Blue) = 117+140+89=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 140 (55.08% from 255 or 40.46% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 140 - color contains mainly: green. Hex color #758C59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758C59 is #8A73A6. Grayscale: #7F7F7F. Windows color (decimal): -9073575 or 5868661. OLE color: 5868661.

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

Color convert

RGB 117 140 89 -
CMYK 0.16 0 0.36 0.45
HSL 87.06º 0.22% 0.45% -
HSV(B) 87.06º 0.36% 0.55% -
XYZ 18.52 23.26 12.96 -
YUV 127.31 106.38 120.65 -
System Red Green Blue C M Y K H S L
Decimal 117 140 89 0.16 0 0.36 0.45 87.06 0.22 0.45
Hex 75 8C 59 10 0 24 2D 57 16 2D
Octal 165 214 131 20 0 44 55 127 26 55
Binary 1110101 10001100 1011001 10000 0 100100 101101 1010111 10110 101101

Color Harmonies of #758C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758C59

Black with #758C59

Text Example


Text Example

White with #758C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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