#889968

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

Shades of Highland #889968

Tints of Highland #889968

Color information

#889968 (or 0x889968) is unknown color: approx Highland. HEX triplet: 88, 99 and 68. RGB value is (136,153,104). Sum of RGB (Red+Green+Blue) = 136+153+104=393 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.61% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 153 - color contains mainly: green. Hex color #889968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889968 is #776697. Grayscale: #8E8E8E. Windows color (decimal): -7825048 or 6855048. OLE color: 6855048.

HSL color Cylindrical-coordinate representation of color #889968: hue angle of 80.82º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #889968 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB136153104-
CMYK0.1100.320.4
HSL80.82º19.37%50.39%-
HSV(B)80.82º32.03%60%-
XYZ24.0429.0217.43-
YUV142.33106.37123.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.61%
GREEN value IS 153 (60.16% from 255) = 38.93%
BLUE value IS 104 (41.02% from 255) = 26.46%
R=34.61%
G=38.93%
B=26.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1361531040.1100.320.480.8219.3750.39
Hex889968B02028511332
Octal21023115013040501212362
Binary1000100010011001110100010110100000101000101000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889968; }

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

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

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

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

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

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

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

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