#948A66

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

Shades of Granite Green #948A66

Tints of Granite Green #948A66

Color information

#948A66 (or 0x948A66) is unknown color: approx Granite Green. HEX triplet: 94, 8A and 66. RGB value is (148,138,102). Sum of RGB (Red+Green+Blue) = 148+138+102=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 148 - color contains mainly: red. Hex color #948A66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948A66 is #6B7599. Grayscale: #898989. Windows color (decimal): -7042458 or 6720148. OLE color: 6720148.

HSL color Cylindrical-coordinate representation of color #948A66: hue angle of 46.96º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #948A66 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB148138102-
CMYK00.070.310.42
HSL46.96º18.4%49.02%-
HSV(B)46.96º31.08%58.04%-
XYZ23.725.4316.23-
YUV136.89108.31135.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.14%
GREEN value IS 138 (54.30% from 255) = 35.57%
BLUE value IS 102 (40.23% from 255) = 26.29%
R=38.14%
G=35.57%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813810200.070.310.4246.9618.449.02
Hex948A66071F2A2f1231
Octal224212146073752572261
Binary1001010010001010110011001111111110101010111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948A66; }

 p { color: rgb(148,138,102); }

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

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

 a { background-color: rgb(148,138,102); }

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

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

 span { border-color: rgb(148,138,102); }

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