#889668

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

Shades of Highland #889668

Tints of Highland #889668

Color information

#889668 (or 0x889668) is unknown color: approx Highland. HEX triplet: 88, 96 and 68. RGB value is (136,150,104). Sum of RGB (Red+Green+Blue) = 136+150+104=390 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.87% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 104 (41.02% from 255 or 26.67% from 390); Max value from RGB is 150 - color contains mainly: green. Hex color #889668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889668 is #776997. Grayscale: #8C8C8C. Windows color (decimal): -7825816 or 6854280. OLE color: 6854280.

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

Color convert

RGB136150104-
CMYK0.0900.310.41
HSL78.26º18.11%49.8%-
HSV(B)78.26º30.67%58.82%-
XYZ23.5628.0517.27-
YUV140.57107.36124.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.87%
GREEN value IS 150 (58.98% from 255) = 38.46%
BLUE value IS 104 (41.02% from 255) = 26.67%
R=34.87%
G=38.46%
B=26.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1361501040.0900.310.4178.2618.1149.8
Hex889668901F294e1232
Octal21022615011037511162262
Binary100010001001011011010001001011111101001100111010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889668; }

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

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

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

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

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

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

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

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