#898267

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

Shades of Granite Green #898267

Tints of Granite Green #898267

Color information

#898267 (or 0x898267) is unknown color: approx Granite Green. HEX triplet: 89, 82 and 67. RGB value is (137,130,103). Sum of RGB (Red+Green+Blue) = 137+130+103=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 103 (40.62% from 255 or 27.84% from 370); Max value from RGB is 137 - color contains mainly: red. Hex color #898267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898267 is #767D98. Grayscale: #818181. Windows color (decimal): -7765401 or 6783625. OLE color: 6783625.

HSL color Cylindrical-coordinate representation of color #898267: hue angle of 47.65º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #898267 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB137130103-
CMYK00.050.250.46
HSL47.65º14.17%47.06%-
HSV(B)47.65º24.82%53.73%-
XYZ20.7522.2616.04-
YUV129.01113.32133.7-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.03%
GREEN value IS 130 (51.17% from 255) = 35.14%
BLUE value IS 103 (40.62% from 255) = 27.84%
R=37.03%
G=35.14%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713010300.050.250.4647.6514.1747.06
Hex89826705192E30e2f
Octal211202147053156601657
Binary100010011000001011001110101110011011101100001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898267; }

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

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

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

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

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

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

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

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