#89816A

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

Shades of Granite Green #89816A

Tints of Granite Green #89816A

Color information

#89816A (or 0x89816A) is unknown color: approx Granite Green. HEX triplet: 89, 81 and 6A. RGB value is (137,129,106). Sum of RGB (Red+Green+Blue) = 137+129+106=372 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.83% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 106 (41.80% from 255 or 28.49% from 372); Max value from RGB is 137 - color contains mainly: red. Hex color #89816A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89816A is #767E95. Grayscale: #808080. Windows color (decimal): -7765654 or 6979977. OLE color: 6979977.

HSL color Cylindrical-coordinate representation of color #89816A: hue angle of 44.52º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #89816A is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB137129106-
CMYK00.060.230.46
HSL44.52º12.76%47.65%-
HSV(B)44.52º22.63%53.73%-
XYZ20.7722.0616.8-
YUV128.77115.15133.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.83%
GREEN value IS 129 (50.78% from 255) = 34.68%
BLUE value IS 106 (41.80% from 255) = 28.49%
R=36.83%
G=34.68%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712910600.060.230.4644.5212.7647.65
Hex89816A06172E2dd30
Octal211201152062756551560
Binary100010011000000111010100110101111011101011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89816A; }

 p { color: rgb(137,129,106); }

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

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

 a { background-color: rgb(137,129,106); }

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

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

 span { border-color: rgb(137,129,106); }

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