#998860

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

Shades of Granite Green #998860

Tints of Granite Green #998860

Color information

#998860 (or 0x998860) is unknown color: approx Granite Green. HEX triplet: 99, 88 and 60. RGB value is (153,136,96). Sum of RGB (Red+Green+Blue) = 153+136+96=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 153 - color contains mainly: red. Hex color #998860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998860 is #66779F. Grayscale: #888888. Windows color (decimal): -6715296 or 6326425. OLE color: 6326425.

HSL color Cylindrical-coordinate representation of color #998860: hue angle of 42.11º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #998860 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB15313696-
CMYK00.110.370.4
HSL42.11º22.89%48.82%-
HSV(B)42.11º37.25%60%-
XYZ24.0525.2314.67-
YUV136.52105.13139.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.74%
GREEN value IS 136 (53.52% from 255) = 35.32%
BLUE value IS 96 (37.89% from 255) = 24.94%
R=39.74%
G=35.32%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531369600.110.370.442.1122.8948.82
Hex9988600B25282a1731
Octal2312101400134550522761
Binary100110011000100011000000101110010110100010101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998860; }

 p { color: rgb(153,136,96); }

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

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

 a { background-color: rgb(153,136,96); }

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

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

 span { border-color: rgb(153,136,96); }

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