#889A6F

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

Shades of Highland #889A6F

Tints of Highland #889A6F

Color information

#889A6F (or 0x889A6F) is unknown color: approx Highland. HEX triplet: 88, 9A and 6F. RGB value is (136,154,111). Sum of RGB (Red+Green+Blue) = 136+154+111=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 154 - color contains mainly: green. Hex color #889A6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889A6F is #776590. Grayscale: #8F8F8F. Windows color (decimal): -7824785 or 7314056. OLE color: 7314056.

HSL color Cylindrical-coordinate representation of color #889A6F: hue angle of 85.12º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #889A6F is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB136154111-
CMYK0.1200.280.40
HSL85.12º17.55%51.96%-
HSV(B)85.12º27.92%60.39%-
XYZ24.5829.4919.44-
YUV143.72109.54122.5-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.92%
GREEN value IS 154 (60.55% from 255) = 38.40%
BLUE value IS 111 (43.75% from 255) = 27.68%
R=33.92%
G=38.40%
B=27.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1361541110.1200.280.4085.1217.5551.96
Hex889A6FC01C28551234
Octal21023215714034501252264
Binary100010001001101011011111100011100101000101010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889A6F; }

 p { color: rgb(136,154,111); }

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

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

 a { background-color: rgb(136,154,111); }

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

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

 span { border-color: rgb(136,154,111); }

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