#889676

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

Shades of Highland #889676

Tints of Highland #889676

Color information

#889676 (or 0x889676) is unknown color: approx Highland. HEX triplet: 88, 96 and 76. RGB value is (136,150,118). Sum of RGB (Red+Green+Blue) = 136+150+118=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 150 - color contains mainly: green. Hex color #889676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889676 is #776989. Grayscale: #8E8E8E. Windows color (decimal): -7825802 or 7771784. OLE color: 7771784.

HSL color Cylindrical-coordinate representation of color #889676: hue angle of 86.25º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #889676 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB136150118-
CMYK0.0900.210.41
HSL86.25º13.22%52.55%-
HSV(B)86.25º21.33%58.82%-
XYZ24.3328.3521.33-
YUV142.17114.36123.6-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.66%
GREEN value IS 150 (58.98% from 255) = 37.13%
BLUE value IS 118 (46.48% from 255) = 29.21%
R=33.66%
G=37.13%
B=29.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1361501180.0900.210.4186.2513.2252.55
Hex88967690152956d35
Octal21022616611025511261565
Binary10001000100101101110110100101010110100110101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889676; }

 p { color: rgb(136,150,118); }

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

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

 a { background-color: rgb(136,150,118); }

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

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

 span { border-color: rgb(136,150,118); }

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