#889970

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

Shades of Highland #889970

Tints of Highland #889970

Color information

#889970 (or 0x889970) is unknown color: approx Highland. HEX triplet: 88, 99 and 70. RGB value is (136,153,112). Sum of RGB (Red+Green+Blue) = 136+153+112=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 153 - color contains mainly: green. Hex color #889970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889970 is #77668F. Grayscale: #8F8F8F. Windows color (decimal): -7825040 or 7379336. OLE color: 7379336.

HSL color Cylindrical-coordinate representation of color #889970: hue angle of 84.88º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #889970 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB136153112-
CMYK0.1100.270.4
HSL84.88º16.73%51.96%-
HSV(B)84.88º26.8%60%-
XYZ24.4729.1919.67-
YUV143.24110.37122.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.92%
GREEN value IS 153 (60.16% from 255) = 38.15%
BLUE value IS 112 (44.14% from 255) = 27.93%
R=33.92%
G=38.15%
B=27.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1361531120.1100.270.484.8816.7351.96
Hex889970B01B28551134
Octal21023116013033501252164
Binary100010001001100111100001011011011101000101010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889970; }

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

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

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

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

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

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

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

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