#89816F

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

Shades of Granite Green #89816F

Tints of Granite Green #89816F

Color information

#89816F (or 0x89816F) is unknown color: approx Granite Green. HEX triplet: 89, 81 and 6F. RGB value is (137,129,111). Sum of RGB (Red+Green+Blue) = 137+129+111=377 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.34% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 137 - color contains mainly: red. Hex color #89816F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89816F is #767E90. Grayscale: #818181. Windows color (decimal): -7765649 or 7307657. OLE color: 7307657.

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

Color convert

RGB137129111-
CMYK00.060.190.46
HSL41.54º10.48%48.63%-
HSV(B)41.54º18.98%53.73%-
XYZ21.0422.1718.21-
YUV129.34117.65133.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.34%
GREEN value IS 129 (50.78% from 255) = 34.22%
BLUE value IS 111 (43.75% from 255) = 29.44%
R=36.34%
G=34.22%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712911100.060.190.4641.5410.4848.63
Hex89816F06132E2aa31
Octal211201157062356521261
Binary100010011000000111011110110100111011101010101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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