#948962

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

Shades of Granite Green #948962

Tints of Granite Green #948962

Color information

#948962 (or 0x948962) is unknown color: approx Granite Green. HEX triplet: 94, 89 and 62. RGB value is (148,137,98). Sum of RGB (Red+Green+Blue) = 148+137+98=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 98 (38.67% from 255 or 25.59% from 383); Max value from RGB is 148 - color contains mainly: red. Hex color #948962 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948962 is #6B769D. Grayscale: #888888. Windows color (decimal): -7042718 or 6457748. OLE color: 6457748.

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

Color convert

RGB14813798-
CMYK00.070.340.42
HSL46.8º20.33%48.24%-
HSV(B)46.8º33.78%58.04%-
XYZ23.3625.0715.16-
YUV135.84106.64136.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.64%
GREEN value IS 137 (53.91% from 255) = 35.77%
BLUE value IS 98 (38.67% from 255) = 25.59%
R=38.64%
G=35.77%
B=25.59%

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
Decimal1481379800.070.340.4246.820.3348.24
Hex94896207222A2f1430
Octal224211142074252572460
Binary10010100100010011100010011110001010101010111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948962; }

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

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

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

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

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

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

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

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