#809470

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

Shades of Highland #809470

Tints of Highland #809470

Color information

#809470 (or 0x809470) is unknown color: approx Highland. HEX triplet: 80, 94 and 70. RGB value is (128,148,112). Sum of RGB (Red+Green+Blue) = 128+148+112=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 148 - color contains mainly: green. Hex color #809470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809470 is #7F6B8F. Grayscale: #8A8A8A. Windows color (decimal): -8350608 or 7378048. OLE color: 7378048.

HSL color Cylindrical-coordinate representation of color #809470: hue angle of 93.33º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #809470 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB128148112-
CMYK0.1400.240.42
HSL93.33º14.4%50.98%-
HSV(B)93.33º24.32%58.04%-
XYZ22.4226.9419.35-
YUV137.92113.37120.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.99%
GREEN value IS 148 (58.20% from 255) = 38.14%
BLUE value IS 112 (44.14% from 255) = 28.87%
R=32.99%
G=38.14%
B=28.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281481120.1400.240.4293.3314.450.98
Hex809470E0182A5de33
Octal20022416016030521351663
Binary10000000100101001110000111001100010101010111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809470; }

 p { color: rgb(128,148,112); }

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

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

 a { background-color: rgb(128,148,112); }

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

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

 span { border-color: rgb(128,148,112); }

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