#938960

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

Shades of Granite Green #938960

Tints of Granite Green #938960

Color information

#938960 (or 0x938960) is unknown color: approx Granite Green. HEX triplet: 93, 89 and 60. RGB value is (147,137,96). Sum of RGB (Red+Green+Blue) = 147+137+96=380 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.68% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 147 - color contains mainly: red. Hex color #938960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938960 is #6C769F. Grayscale: #878787. Windows color (decimal): -7108256 or 6326675. OLE color: 6326675.

HSL color Cylindrical-coordinate representation of color #938960: hue angle of 48.24º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #938960 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB14713796-
CMYK00.070.350.42
HSL48.24º20.99%47.65%-
HSV(B)48.24º34.69%57.65%-
XYZ23.0924.9414.66-
YUV135.32105.81136.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.68%
GREEN value IS 137 (53.91% from 255) = 36.05%
BLUE value IS 96 (37.89% from 255) = 25.26%
R=38.68%
G=36.05%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471379600.070.350.4248.2420.9947.65
Hex93896007232A301530
Octal223211140074352602560
Binary10010011100010011100000011110001110101011000010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938960; }

 p { color: rgb(147,137,96); }

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

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

 a { background-color: rgb(147,137,96); }

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

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

 span { border-color: rgb(147,137,96); }

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