#998A5F

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

Shades of Granite Green #998A5F

Tints of Granite Green #998A5F

Color information

#998A5F (or 0x998A5F) is unknown color: approx Granite Green. HEX triplet: 99, 8A and 5F. RGB value is (153,138,95). Sum of RGB (Red+Green+Blue) = 153+138+95=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #998A5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998A5F is #6675A0. Grayscale: #898989. Windows color (decimal): -6714785 or 6261401. OLE color: 6261401.

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

Color convert

RGB15313895-
CMYK00.100.380.4
HSL44.48º23.39%48.63%-
HSV(B)44.48º37.91%60%-
XYZ24.2925.7814.52-
YUV137.58103.97139-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.64%
GREEN value IS 138 (54.30% from 255) = 35.75%
BLUE value IS 95 (37.5% from 255) = 24.61%
R=39.64%
G=35.75%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531389500.100.380.444.4823.3948.63
Hex998A5F0A26282c1731
Octal2312121370124650542761
Binary100110011000101010111110101010011010100010110010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998A5F; }

 p { color: rgb(153,138,95); }

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

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

 a { background-color: rgb(153,138,95); }

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

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

 span { border-color: rgb(153,138,95); }

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