#89806C

Color #89806C Granite Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granite Green #89806C

Tints of Granite Green #89806C

Color information

#89806C (or 0x89806C) is unknown color: approx Granite Green. HEX triplet: 89, 80 and 6C. RGB value is (137,128,108). Sum of RGB (Red+Green+Blue) = 137+128+108=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 137 - color contains mainly: red. Hex color #89806C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89806C is #767F93. Grayscale: #808080. Windows color (decimal): -7765908 or 7110793. OLE color: 7110793.

HSL color Cylindrical-coordinate representation of color #89806C: hue angle of 41.38º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #89806C is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB137128108-
CMYK00.070.210.46
HSL41.38º11.84%48.04%-
HSV(B)41.38º21.17%53.73%-
XYZ20.7421.8417.31-
YUV128.41116.48134.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.73%
GREEN value IS 128 (50.39% from 255) = 34.32%
BLUE value IS 108 (42.58% from 255) = 28.95%
R=36.73%
G=34.32%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712810800.070.210.4641.3811.8448.04
Hex89806C07152E29c30
Octal211200154072556511460
Binary100010011000000011011000111101011011101010011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89806C; }

 p { color: rgb(137,128,108); }

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

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

 a { background-color: rgb(137,128,108); }

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

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

 span { border-color: rgb(137,128,108); }

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