#938A63

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

Shades of Granite Green #938A63

Tints of Granite Green #938A63

Color information

#938A63 (or 0x938A63) is unknown color: approx Granite Green. HEX triplet: 93, 8A and 63. RGB value is (147,138,99). Sum of RGB (Red+Green+Blue) = 147+138+99=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 99 (39.06% from 255 or 25.78% from 384); Max value from RGB is 147 - color contains mainly: red. Hex color #938A63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938A63 is #6C759C. Grayscale: #888888. Windows color (decimal): -7107997 or 6523539. OLE color: 6523539.

HSL color Cylindrical-coordinate representation of color #938A63: hue angle of 48.75º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #938A63 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB14713899-
CMYK00.060.330.42
HSL48.75º19.51%48.24%-
HSV(B)48.75º32.65%57.65%-
XYZ23.3725.2815.45-
YUV136.24106.98135.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.28%
GREEN value IS 138 (54.30% from 255) = 35.94%
BLUE value IS 99 (39.06% from 255) = 25.78%
R=38.28%
G=35.94%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471389900.060.330.4248.7519.5148.24
Hex938A6306212A311430
Octal223212143064152612460
Binary10010011100010101100011011010000110101011000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938A63; }

 p { color: rgb(147,138,99); }

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

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

 a { background-color: rgb(147,138,99); }

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

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

 span { border-color: rgb(147,138,99); }

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