#998F58

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

Shades of Granite Green #998F58

Tints of Granite Green #998F58

Color information

#998F58 (or 0x998F58) is unknown color: approx Granite Green. HEX triplet: 99, 8F and 58. RGB value is (153,143,88). Sum of RGB (Red+Green+Blue) = 153+143+88=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 88 (34.77% from 255 or 22.92% from 384); Max value from RGB is 153 - color contains mainly: red. Hex color #998F58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998F58 is #6670A7. Grayscale: #8B8B8B. Windows color (decimal): -6713512 or 5803929. OLE color: 5803929.

HSL color Cylindrical-coordinate representation of color #998F58: hue angle of 50.77º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #998F58 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB15314388-
CMYK00.070.420.4
HSL50.77º26.97%47.25%-
HSV(B)50.77º42.48%60%-
XYZ24.7227.1213.16-
YUV139.7298.81137.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.84%
GREEN value IS 143 (56.25% from 255) = 37.24%
BLUE value IS 88 (34.77% from 255) = 22.92%
R=39.84%
G=37.24%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531438800.070.420.450.7726.9747.25
Hex998F58072A28331b2f
Octal231217130075250633357
Binary10011001100011111011000011110101010100011001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,143,88); }

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

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

 a { background-color: rgb(153,143,88); }

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

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

 span { border-color: rgb(153,143,88); }

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