#948862

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

Shades of Granite Green #948862

Tints of Granite Green #948862

Color information

#948862 (or 0x948862) is unknown color: approx Granite Green. HEX triplet: 94, 88 and 62. RGB value is (148,136,98). Sum of RGB (Red+Green+Blue) = 148+136+98=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 98 (38.67% from 255 or 25.65% from 382); Max value from RGB is 148 - color contains mainly: red. Hex color #948862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948862 is #6B779D. Grayscale: #878787. Windows color (decimal): -7042974 or 6457492. OLE color: 6457492.

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

Color convert

RGB14813698-
CMYK00.080.340.42
HSL45.6º20.33%48.24%-
HSV(B)45.6º33.78%58.04%-
XYZ23.2224.7915.12-
YUV135.26106.98137.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.74%
GREEN value IS 136 (53.52% from 255) = 35.60%
BLUE value IS 98 (38.67% from 255) = 25.65%
R=38.74%
G=35.60%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481369800.080.340.4245.620.3348.24
Hex94886208222A2e1430
Octal2242101420104252562460
Binary100101001000100011000100100010001010101010111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948862; }

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

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

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

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

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

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

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

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