#889D6D

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

Shades of Highland #889D6D

Tints of Highland #889D6D

Color information

#889D6D (or 0x889D6D) is unknown color: approx Highland. HEX triplet: 88, 9D and 6D. RGB value is (136,157,109). Sum of RGB (Red+Green+Blue) = 136+157+109=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 157 (61.72% from 255 or 39.05% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 157 - color contains mainly: green. Hex color #889D6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889D6D is #776292. Grayscale: #919191. Windows color (decimal): -7824019 or 7183752. OLE color: 7183752.

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

Color convert

RGB136157109-
CMYK0.1300.310.38
HSL86.25º19.67%52.16%-
HSV(B)86.25º30.57%61.57%-
XYZ24.9730.4519.03-
YUV145.25107.54121.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.83%
GREEN value IS 157 (61.72% from 255) = 39.05%
BLUE value IS 109 (42.97% from 255) = 27.11%
R=33.83%
G=39.05%
B=27.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1361571090.1300.310.3886.2519.6752.16
Hex889D6DD01F26561434
Octal21023515515037461262464
Binary100010001001110111011011101011111100110101011010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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