#859472

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

Shades of Highland #859472

Tints of Highland #859472

Color information

#859472 (or 0x859472) is unknown color: approx Highland. HEX triplet: 85, 94 and 72. RGB value is (133,148,114). Sum of RGB (Red+Green+Blue) = 133+148+114=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 148 - color contains mainly: green. Hex color #859472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859472 is #7A6B8D. Grayscale: #8B8B8B. Windows color (decimal): -8022926 or 7509125. OLE color: 7509125.

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

Color convert

RGB133148114-
CMYK0.1000.230.42
HSL86.47º13.71%51.37%-
HSV(B)86.47º22.97%58.04%-
XYZ23.327.3819.98-
YUV139.64113.53123.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.67%
GREEN value IS 148 (58.20% from 255) = 37.47%
BLUE value IS 114 (44.92% from 255) = 28.86%
R=33.67%
G=37.47%
B=28.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331481140.1000.230.4286.4713.7151.37
Hex859472A0172A56e33
Octal20522416212027521261663
Binary10000101100101001110010101001011110101010101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859472; }

 p { color: rgb(133,148,114); }

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

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

 a { background-color: rgb(133,148,114); }

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

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

 span { border-color: rgb(133,148,114); }

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