#889E70

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

Shades of Highland #889E70

Tints of Highland #889E70

Color information

#889E70 (or 0x889E70) is unknown color: approx Highland. HEX triplet: 88, 9E and 70. RGB value is (136,158,112). Sum of RGB (Red+Green+Blue) = 136+158+112=406 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.50% from 406); Green value is 158 (62.11% from 255 or 38.92% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 158 - color contains mainly: green. Hex color #889E70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889E70 is #77618F. Grayscale: #929292. Windows color (decimal): -7823760 or 7380616. OLE color: 7380616.

HSL color Cylindrical-coordinate representation of color #889E70: hue angle of 88.7º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #889E70 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB136158112-
CMYK0.1400.290.38
HSL88.7º19.17%52.94%-
HSV(B)88.7º29.11%61.96%-
XYZ25.330.8619.95-
YUV146.18108.71120.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.50%
GREEN value IS 158 (62.11% from 255) = 38.92%
BLUE value IS 112 (44.14% from 255) = 27.59%
R=33.50%
G=38.92%
B=27.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1361581120.1400.290.3888.719.1752.94
Hex889E70E01D26591335
Octal21023616016035461312365
Binary100010001001111011100001110011101100110101100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,158,112); }

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

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

 a { background-color: rgb(136,158,112); }

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

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

 span { border-color: rgb(136,158,112); }

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