Html Css Color HEX #809559 Highland

📋 copy color: '#809559'

red 128 ◦ green 149 ◦ blue 89

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

Shades of Highland #809559

Tints of Highland #809559

RGB

 RED value IS 128 (50.39% from 255) = 34.97%

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

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

R = 34.97%
G = 40.71%
B = 24.32%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#809559 (or 0x809559) is known color: Highland. HEX triplet: 80, 95 and 59. RGB value is (128,149,89). Sum of RGB (Red+Green+Blue) = 128+149+89=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 89 (35.16% from 255 or 24.32% from 366); Max value from RGB is 149 - color contains mainly: green. Hex color #809559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809559 is #7F6AA6. Grayscale: #888888. Windows color (decimal): -8350375 or 5870976. OLE color: 5870976.

HSL color Cylindrical-coordinate representation of color #809559: hue angle of 81º 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 #809559 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 149 89 -
CMYK 0.14 0 0.40 0.42
HSL 81º 0.25% 0.47% -
HSV(B) 81º 0.4% 0.58% -
XYZ 21.45 26.81 13.49 -
YUV 135.88 101.54 122.38 -
System Red Green Blue C M Y K H S L
Decimal 128 149 89 0.14 0 0.40 0.42 81 0.25 0.47
Hex 80 95 59 E 0 28 2A 51 19 2F
Octal 200 225 131 16 0 50 52 121 31 57
Binary 10000000 10010101 1011001 1110 0 101000 101010 1010001 11001 101111

Color Harmonies of #809559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809559

Black with #809559

Text Example


Text Example

White with #809559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809559; }

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

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

background-color css

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

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

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

border-color css

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

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

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