#938A65

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

Shades of Granite Green #938A65

Tints of Granite Green #938A65

Color information

#938A65 (or 0x938A65) is unknown color: approx Granite Green. HEX triplet: 93, 8A and 65. RGB value is (147,138,101). Sum of RGB (Red+Green+Blue) = 147+138+101=386 (51% of max value = 765). Red value is 147 (57.81% from 255 or 38.08% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 147 - color contains mainly: red. Hex color #938A65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938A65 is #6C759A. Grayscale: #888888. Windows color (decimal): -7107995 or 6654611. OLE color: 6654611.

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

Color convert

RGB147138101-
CMYK00.060.310.42
HSL48.26º18.55%48.63%-
HSV(B)48.26º31.29%57.65%-
XYZ23.4725.3215.96-
YUV136.47107.98135.51-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.08%
GREEN value IS 138 (54.30% from 255) = 35.75%
BLUE value IS 101 (39.84% from 255) = 26.17%
R=38.08%
G=35.75%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713810100.060.310.4248.2618.5548.63
Hex938A65061F2A301331
Octal223212145063752602361
Binary1001001110001010110010101101111110101011000010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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