#889971

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

Shades of Highland #889971

Tints of Highland #889971

Color information

#889971 (or 0x889971) is unknown color: approx Highland. HEX triplet: 88, 99 and 71. RGB value is (136,153,113). Sum of RGB (Red+Green+Blue) = 136+153+113=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 153 - color contains mainly: green. Hex color #889971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889971 is #77668E. Grayscale: #8F8F8F. Windows color (decimal): -7825039 or 7444872. OLE color: 7444872.

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

Color convert

RGB136153113-
CMYK0.1100.260.4
HSL85.5º16.39%52.16%-
HSV(B)85.5º26.14%60%-
XYZ24.5329.2119.97-
YUV143.36110.87122.75-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.83%
GREEN value IS 153 (60.16% from 255) = 38.06%
BLUE value IS 113 (44.53% from 255) = 28.11%
R=33.83%
G=38.06%
B=28.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1361531130.1100.260.485.516.3952.16
Hex889971B01A28551034
Octal21023116113032501252064
Binary100010001001100111100011011011010101000101010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889971; }

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

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

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

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

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

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

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

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