Html Css Color HEX #889D72 Highland

📋 copy color: '#889D72'

red 136 ◦ green 157 ◦ blue 114

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

Shades of Highland #889D72

Tints of Highland #889D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.01%

R = 33.42%
G = 38.57%
B = 28.01%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#889D72 (or 0x889D72) is known color: Highland. HEX triplet: 88, 9D and 72. RGB value is (136,157,114). Sum of RGB (Red+Green+Blue) = 136+157+114=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 157 - color contains mainly: green. Hex color #889D72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889D72 is #77628D. Grayscale: #919191. Windows color (decimal): -7824014 or 7511432. OLE color: 7511432.

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

Color convert

RGB 136 157 114 -
CMYK 0.13 0 0.27 0.38
HSL 89.3º 0.18% 0.53% -
HSV(B) 89.3º 0.27% 0.62% -
XYZ 25.25 30.56 20.49 -
YUV 145.82 110.04 121 -
System Red Green Blue C M Y K H S L
Decimal 136 157 114 0.13 0 0.27 0.38 89.3 0.18 0.53
Hex 88 9D 72 D 0 1B 26 59 12 35
Octal 210 235 162 15 0 33 46 131 22 65
Binary 10001000 10011101 1110010 1101 0 11011 100110 1011001 10010 110101

Color Harmonies of #889D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889D72

Black with #889D72

Text Example


Text Example

White with #889D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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