#859671

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

Shades of Highland #859671

Tints of Highland #859671

Color information

#859671 (or 0x859671) is unknown color: approx Highland. HEX triplet: 85, 96 and 71. RGB value is (133,150,113). Sum of RGB (Red+Green+Blue) = 133+150+113=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 150 - color contains mainly: green. Hex color #859671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859671 is #7A698E. Grayscale: #8C8C8C. Windows color (decimal): -8022415 or 7444101. OLE color: 7444101.

HSL color Cylindrical-coordinate representation of color #859671: hue angle of 87.57º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #859671 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB133150113-
CMYK0.1100.250.41
HSL87.57º14.98%51.57%-
HSV(B)87.57º24.67%58.82%-
XYZ23.5627.9919.78-
YUV140.7112.37122.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.59%
GREEN value IS 150 (58.98% from 255) = 37.88%
BLUE value IS 113 (44.53% from 255) = 28.54%
R=33.59%
G=37.88%
B=28.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1331501130.1100.250.4187.5714.9851.57
Hex859671B0192958f34
Octal20522616113031511301764
Binary10000101100101101110001101101100110100110110001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859671; }

 p { color: rgb(133,150,113); }

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

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

 a { background-color: rgb(133,150,113); }

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

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

 span { border-color: rgb(133,150,113); }

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