#948967

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

Shades of Granite Green #948967

Tints of Granite Green #948967

Color information

#948967 (or 0x948967) is unknown color: approx Granite Green. HEX triplet: 94, 89 and 67. RGB value is (148,137,103). Sum of RGB (Red+Green+Blue) = 148+137+103=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 103 (40.62% from 255 or 26.55% from 388); Max value from RGB is 148 - color contains mainly: red. Hex color #948967 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948967 is #6B7698. Grayscale: #888888. Windows color (decimal): -7042713 or 6785428. OLE color: 6785428.

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

Color convert

RGB148137103-
CMYK00.070.300.42
HSL45.33º17.93%49.22%-
HSV(B)45.33º30.41%58.04%-
XYZ23.6125.1716.45-
YUV136.41109.14136.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.14%
GREEN value IS 137 (53.91% from 255) = 35.31%
BLUE value IS 103 (40.62% from 255) = 26.55%
R=38.14%
G=35.31%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813710300.070.300.4245.3317.9349.22
Hex948967071E2A2d1231
Octal224211147073652552261
Binary1001010010001001110011101111111010101010110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948967; }

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

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

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

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

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

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

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

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