#938860

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

Shades of Granite Green #938860

Tints of Granite Green #938860

Color information

#938860 (or 0x938860) is unknown color: approx Granite Green. HEX triplet: 93, 88 and 60. RGB value is (147,136,96). Sum of RGB (Red+Green+Blue) = 147+136+96=379 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.79% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 147 - color contains mainly: red. Hex color #938860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938860 is #6C779F. Grayscale: #868686. Windows color (decimal): -7108512 or 6326419. OLE color: 6326419.

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

Color convert

RGB14713696-
CMYK00.070.350.42
HSL47.06º20.99%47.65%-
HSV(B)47.06º34.69%57.65%-
XYZ22.9524.6614.62-
YUV134.73106.14136.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.79%
GREEN value IS 136 (53.52% from 255) = 35.88%
BLUE value IS 96 (37.89% from 255) = 25.33%
R=38.79%
G=35.88%
B=25.33%

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
Decimal1471369600.070.350.4247.0620.9947.65
Hex93886007232A2f1530
Octal223210140074352572560
Binary10010011100010001100000011110001110101010111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938860; }

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

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

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

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

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

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

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

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