Html Css Color HEX #889D70 Highland

📋 copy color: '#889D70'

red 136 ◦ green 157 ◦ blue 112

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

Shades of Highland #889D70

Tints of Highland #889D70

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.77%

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

R = 33.58%
G = 38.77%
B = 27.65%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#889D70 (or 0x889D70) is known color: Highland. HEX triplet: 88, 9D and 70. RGB value is (136,157,112). Sum of RGB (Red+Green+Blue) = 136+157+112=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 157 - color contains mainly: green. Hex color #889D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889D70 is #77628F. Grayscale: #919191. Windows color (decimal): -7824016 or 7380360. OLE color: 7380360.

HSL color Cylindrical-coordinate representation of color #889D70: hue angle of 88º 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 #889D70 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 136 157 112 -
CMYK 0.13 0 0.29 0.38
HSL 88º 0.19% 0.53% -
HSV(B) 88º 0.29% 0.62% -
XYZ 25.13 30.52 19.9 -
YUV 145.59 109.04 121.16 -
System Red Green Blue C M Y K H S L
Decimal 136 157 112 0.13 0 0.29 0.38 88 0.19 0.53
Hex 88 9D 70 D 0 1D 26 58 13 35
Octal 210 235 160 15 0 35 46 130 23 65
Binary 10001000 10011101 1110000 1101 0 11101 100110 1011000 10011 110101

Color Harmonies of #889D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889D70

Black with #889D70

Text Example


Text Example

White with #889D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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