#938760

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

Shades of Granite Green #938760

Tints of Granite Green #938760

Color information

#938760 (or 0x938760) is unknown color: approx Granite Green. HEX triplet: 93, 87 and 60. RGB value is (147,135,96). Sum of RGB (Red+Green+Blue) = 147+135+96=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 147 - color contains mainly: red. Hex color #938760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938760 is #6C789F. Grayscale: #868686. Windows color (decimal): -7108768 or 6326163. OLE color: 6326163.

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

Color convert

RGB14713596-
CMYK00.080.350.42
HSL45.88º20.99%47.65%-
HSV(B)45.88º34.69%57.65%-
XYZ22.8124.3814.57-
YUV134.14106.48137.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.89%
GREEN value IS 135 (53.12% from 255) = 35.71%
BLUE value IS 96 (37.89% from 255) = 25.40%
R=38.89%
G=35.71%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471359600.080.350.4245.8820.9947.65
Hex93876008232A2e1530
Octal2232071400104352562560
Binary100100111000011111000000100010001110101010111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938760; }

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

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

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

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

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

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

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

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