#809C62

Color #809C62 Highland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highland #809C62

Tints of Highland #809C62

Color information

#809C62 (or 0x809C62) is unknown color: approx Highland. HEX triplet: 80, 9C and 62. RGB value is (128,156,98). Sum of RGB (Red+Green+Blue) = 128+156+98=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 98 (38.67% from 255 or 25.65% from 382); Max value from RGB is 156 - color contains mainly: green. Hex color #809C62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809C62 is #7F639D. Grayscale: #8D8D8D. Windows color (decimal): -8348574 or 6462592. OLE color: 6462592.

HSL color Cylindrical-coordinate representation of color #809C62: hue angle of 88.97º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #809C62 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB12815698-
CMYK0.1800.370.39
HSL88.97º22.83%49.8%-
HSV(B)88.97º37.18%61.18%-
XYZ2329.2515.99-
YUV141.02103.72118.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.51%
GREEN value IS 156 (61.33% from 255) = 40.84%
BLUE value IS 98 (38.67% from 255) = 25.65%
R=33.51%
G=40.84%
B=25.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal128156980.1800.370.3988.9722.8349.8
Hex809C621202527591732
Octal20023414222045471312762
Binary10000000100111001100010100100100101100111101100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809C62; }

 p { color: rgb(128,156,98); }

 H1.HeaderClassName
 {
   color: #809C62;
 }
 .AnyTagClassName
 {
   color: #809C62;
 }
</style>
background-color css

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

 a { background-color: rgb(128,156,98); }

 div.DivClassName
 {
   background-color: #809C62;
 }
 .BgClassName
 {
   background-color: #809C62;
 }
</style>
border-color css

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

 span { border-color: rgb(128,156,98); }

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