Html Css Color HEX #889770 Highland

📋 copy color: '#889770'

red 136 ◦ green 151 ◦ blue 112

#889770
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Highland #889770

Tints of Highland #889770

RGB

 RED value IS 136 (53.52% from 255) = 34.09%

 GREEN value IS 151 (59.38% from 255) = 37.84%

 BLUE value IS 112 (44.14% from 255) = 28.07%

R = 34.09%
G = 37.84%
B = 28.07%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#889770 (or 0x889770) is known color: Highland. HEX triplet: 88, 97 and 70. RGB value is (136,151,112). Sum of RGB (Red+Green+Blue) = 136+151+112=399 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.09% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 151 - color contains mainly: green. Hex color #889770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889770 is #77688F. Grayscale: #8E8E8E. Windows color (decimal): -7825552 or 7378824. OLE color: 7378824.

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

Color convert

RGB 136 151 112 -
CMYK 0.10 0 0.26 0.41
HSL 83.08º 0.16% 0.52% -
HSV(B) 83.08º 0.26% 0.59% -
XYZ 24.14 28.54 19.56 -
YUV 142.07 111.03 123.67 -
System Red Green Blue C M Y K H S L
Decimal 136 151 112 0.10 0 0.26 0.41 83.08 0.16 0.52
Hex 88 97 70 A 0 1A 29 53 10 34
Octal 210 227 160 12 0 32 51 123 20 64
Binary 10001000 10010111 1110000 1010 0 11010 101001 1010011 10000 110100

Color Harmonies of #889770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889770

Black with #889770

Text Example


Text Example

White with #889770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889770; }

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

 H1.HeaderClassName
 {
   color: #889770;
 }
 .AnyTagClassName
 {
   color: #889770;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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