#998961

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

Shades of Granite Green #998961

Tints of Granite Green #998961

Color information

#998961 (or 0x998961) is unknown color: approx Granite Green. HEX triplet: 99, 89 and 61. RGB value is (153,137,97). Sum of RGB (Red+Green+Blue) = 153+137+97=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 97 (38.28% from 255 or 25.06% from 387); Max value from RGB is 153 - color contains mainly: red. Hex color #998961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998961 is #66769E. Grayscale: #898989. Windows color (decimal): -6715039 or 6392217. OLE color: 6392217.

HSL color Cylindrical-coordinate representation of color #998961: hue angle of 42.86º degrees, saturation: 0.22, 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 #998961 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB15313797-
CMYK00.100.370.4
HSL42.86º22.4%49.02%-
HSV(B)42.86º36.6%60%-
XYZ24.2425.5314.96-
YUV137.22105.3139.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.53%
GREEN value IS 137 (53.91% from 255) = 35.40%
BLUE value IS 97 (38.28% from 255) = 25.06%
R=39.53%
G=35.40%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531379700.100.370.442.8622.449.02
Hex9989610A25282b1631
Octal2312111410124550532661
Binary100110011000100111000010101010010110100010101110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998961; }

 p { color: rgb(153,137,97); }

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

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

 a { background-color: rgb(153,137,97); }

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

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

 span { border-color: rgb(153,137,97); }

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