#89836F

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

Shades of Granite Green #89836F

Tints of Granite Green #89836F

Color information

#89836F (or 0x89836F) is unknown color: approx Granite Green. HEX triplet: 89, 83 and 6F. RGB value is (137,131,111). Sum of RGB (Red+Green+Blue) = 137+131+111=379 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.15% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 137 - color contains mainly: red. Hex color #89836F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89836F is #767C90. Grayscale: #828282. Windows color (decimal): -7765137 or 7308169. OLE color: 7308169.

HSL color Cylindrical-coordinate representation of color #89836F: hue angle of 46.15º 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 #89836F is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB137131111-
CMYK00.040.190.46
HSL46.15º10.48%48.63%-
HSV(B)46.15º18.98%53.73%-
XYZ21.322.718.3-
YUV130.51116.99132.63-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.15%
GREEN value IS 131 (51.56% from 255) = 34.56%
BLUE value IS 111 (43.75% from 255) = 29.29%
R=36.15%
G=34.56%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713111100.040.190.4646.1510.4848.63
Hex89836F04132E2ea31
Octal211203157042356561261
Binary100010011000001111011110100100111011101011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89836F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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