#948961

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

Shades of Granite Green #948961

Tints of Granite Green #948961

Color information

#948961 (or 0x948961) is unknown color: approx Granite Green. HEX triplet: 94, 89 and 61. RGB value is (148,137,97). Sum of RGB (Red+Green+Blue) = 148+137+97=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 97 (38.28% from 255 or 25.39% from 382); Max value from RGB is 148 - color contains mainly: red. Hex color #948961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948961 is #6B769E. Grayscale: #878787. Windows color (decimal): -7042719 or 6392212. OLE color: 6392212.

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

Color convert

RGB14813797-
CMYK00.070.340.42
HSL47.06º20.82%48.04%-
HSV(B)47.06º34.46%58.04%-
XYZ23.3225.0514.92-
YUV135.73106.14136.75-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.74%
GREEN value IS 137 (53.91% from 255) = 35.86%
BLUE value IS 97 (38.28% from 255) = 25.39%
R=38.74%
G=35.86%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481379700.070.340.4247.0620.8248.04
Hex94896107222A2f1530
Octal224211141074252572560
Binary10010100100010011100001011110001010101010111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948961; }

 p { color: rgb(148,137,97); }

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

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

 a { background-color: rgb(148,137,97); }

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

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

 span { border-color: rgb(148,137,97); }

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