#948860

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

Shades of Granite Green #948860

Tints of Granite Green #948860

Color information

#948860 (or 0x948860) is unknown color: approx Granite Green. HEX triplet: 94, 88 and 60. RGB value is (148,136,96). Sum of RGB (Red+Green+Blue) = 148+136+96=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 148 - color contains mainly: red. Hex color #948860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948860 is #6B779F. Grayscale: #878787. Windows color (decimal): -7042976 or 6326420. OLE color: 6326420.

HSL color Cylindrical-coordinate representation of color #948860: hue angle of 46.15º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #948860 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB14813696-
CMYK00.080.350.42
HSL46.15º21.31%47.84%-
HSV(B)46.15º35.14%58.04%-
XYZ23.1324.7514.62-
YUV135.03105.98137.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.95%
GREEN value IS 136 (53.52% from 255) = 35.79%
BLUE value IS 96 (37.89% from 255) = 25.26%
R=38.95%
G=35.79%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481369600.080.350.4246.1521.3147.84
Hex94886008232A2e1530
Octal2242101400104352562560
Binary100101001000100011000000100010001110101010111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948860; }

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

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

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

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

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

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

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

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