#998760

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

Shades of Granite Green #998760

Tints of Granite Green #998760

Color information

#998760 (or 0x998760) is unknown color: approx Granite Green. HEX triplet: 99, 87 and 60. RGB value is (153,135,96). Sum of RGB (Red+Green+Blue) = 153+135+96=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 153 - color contains mainly: red. Hex color #998760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998760 is #66789F. Grayscale: #888888. Windows color (decimal): -6715552 or 6326169. OLE color: 6326169.

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

Color convert

RGB15313596-
CMYK00.120.370.4
HSL41.05º22.89%48.82%-
HSV(B)41.05º37.25%60%-
XYZ23.9124.9414.62-
YUV135.94105.46140.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.84%
GREEN value IS 135 (53.12% from 255) = 35.16%
BLUE value IS 96 (37.89% from 255) = 25%
R=39.84%
G=35.16%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531359600.120.370.441.0522.8948.82
Hex9987600C2528291731
Octal2312071400144550512761
Binary100110011000011111000000110010010110100010100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998760; }

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

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

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

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

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

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

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

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