Html Css Color HEX #759559 Highland

📋 copy color: '#759559'

red 117 ◦ green 149 ◦ blue 89

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

Shades of Highland #759559

Tints of Highland #759559

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.97%

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

R = 32.96%
G = 41.97%
B = 25.07%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#759559 (or 0x759559) is known color: Highland. HEX triplet: 75, 95 and 59. RGB value is (117,149,89). Sum of RGB (Red+Green+Blue) = 117+149+89=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 149 - color contains mainly: green. Hex color #759559 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759559 is #8A6AA6. Grayscale: #848484. Windows color (decimal): -9071271 or 5870965. OLE color: 5870965.

HSL color Cylindrical-coordinate representation of color #759559: hue angle of 92º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #759559 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 149 89 -
CMYK 0.21 0 0.40 0.42
HSL 92º 0.25% 0.47% -
HSV(B) 92º 0.4% 0.58% -
XYZ 19.89 26 13.42 -
YUV 132.59 103.4 116.88 -
System Red Green Blue C M Y K H S L
Decimal 117 149 89 0.21 0 0.40 0.42 92 0.25 0.47
Hex 75 95 59 15 0 28 2A 5C 19 2F
Octal 165 225 131 25 0 50 52 134 31 57
Binary 1110101 10010101 1011001 10101 0 101000 101010 1011100 11001 101111

Color Harmonies of #759559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759559

Black with #759559

Text Example


Text Example

White with #759559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759559; }

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

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

background-color css

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

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

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

border-color css

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

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

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