#89826F

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

Shades of Granite Green #89826F

Tints of Granite Green #89826F

Color information

#89826F (or 0x89826F) is unknown color: approx Granite Green. HEX triplet: 89, 82 and 6F. RGB value is (137,130,111). Sum of RGB (Red+Green+Blue) = 137+130+111=378 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.24% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 137 - color contains mainly: red. Hex color #89826F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89826F is #767D90. Grayscale: #828282. Windows color (decimal): -7765393 or 7307913. OLE color: 7307913.

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

Color convert

RGB137130111-
CMYK00.050.190.46
HSL43.85º10.48%48.63%-
HSV(B)43.85º18.98%53.73%-
XYZ21.1722.4318.25-
YUV129.93117.32133.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.24%
GREEN value IS 130 (51.17% from 255) = 34.39%
BLUE value IS 111 (43.75% from 255) = 29.37%
R=36.24%
G=34.39%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713011100.050.190.4643.8510.4848.63
Hex89826F05132E2ca31
Octal211202157052356541261
Binary100010011000001011011110101100111011101011001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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