#948660

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

Shades of Granite Green #948660

Tints of Granite Green #948660

Color information

#948660 (or 0x948660) is unknown color: approx Granite Green. HEX triplet: 94, 86 and 60. RGB value is (148,134,96). Sum of RGB (Red+Green+Blue) = 148+134+96=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 148 - color contains mainly: red. Hex color #948660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948660 is #6B799F. Grayscale: #868686. Windows color (decimal): -7043488 or 6325908. OLE color: 6325908.

HSL color Cylindrical-coordinate representation of color #948660: hue angle of 43.85º 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 #948660 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB14813496-
CMYK00.090.350.42
HSL43.85º21.31%47.84%-
HSV(B)43.85º35.14%58.04%-
XYZ22.8524.1914.53-
YUV133.85106.64138.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.15%
GREEN value IS 134 (52.73% from 255) = 35.45%
BLUE value IS 96 (37.89% from 255) = 25.40%
R=39.15%
G=35.45%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481349600.090.350.4243.8521.3147.84
Hex94866009232A2c1530
Octal2242061400114352542560
Binary100101001000011011000000100110001110101010110010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948660; }

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

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

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

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

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

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

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

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