#859A6B

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

Shades of Highland #859A6B

Tints of Highland #859A6B

Color information

#859A6B (or 0x859A6B) is unknown color: approx Highland. HEX triplet: 85, 9A and 6B. RGB value is (133,154,107). Sum of RGB (Red+Green+Blue) = 133+154+107=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 154 - color contains mainly: green. Hex color #859A6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859A6B is #7A6594. Grayscale: #8E8E8E. Windows color (decimal): -8021397 or 7051909. OLE color: 7051909.

HSL color Cylindrical-coordinate representation of color #859A6B: hue angle of 86.81º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #859A6B is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB133154107-
CMYK0.1400.310.40
HSL86.81º18.88%51.18%-
HSV(B)86.81º30.52%60.39%-
XYZ23.8829.1618.28-
YUV142.36108.04121.32-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.76%
GREEN value IS 154 (60.55% from 255) = 39.09%
BLUE value IS 107 (42.19% from 255) = 27.16%
R=33.76%
G=39.09%
B=27.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1331541070.1400.310.4086.8118.8851.18
Hex859A6BE01F28571333
Octal20523215316037501272363
Binary100001011001101011010111110011111101000101011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859A6B; }

 p { color: rgb(133,154,107); }

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

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

 a { background-color: rgb(133,154,107); }

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

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

 span { border-color: rgb(133,154,107); }

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