#948761

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

Shades of Granite Green #948761

Tints of Granite Green #948761

Color information

#948761 (or 0x948761) is unknown color: approx Granite Green. HEX triplet: 94, 87 and 61. RGB value is (148,135,97). Sum of RGB (Red+Green+Blue) = 148+135+97=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 97 (38.28% from 255 or 25.53% from 380); Max value from RGB is 148 - color contains mainly: red. Hex color #948761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948761 is #6B789E. Grayscale: #868686. Windows color (decimal): -7043231 or 6391700. OLE color: 6391700.

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

Color convert

RGB14813597-
CMYK00.090.340.42
HSL44.71º20.82%48.04%-
HSV(B)44.71º34.46%58.04%-
XYZ23.0324.4914.82-
YUV134.55106.81137.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.95%
GREEN value IS 135 (53.12% from 255) = 35.53%
BLUE value IS 97 (38.28% from 255) = 25.53%
R=38.95%
G=35.53%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481359700.090.340.4244.7120.8248.04
Hex94876109222A2d1530
Octal2242071410114252552560
Binary100101001000011111000010100110001010101010110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948761; }

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

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

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

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

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

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

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

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