#938763

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

Shades of Granite Green #938763

Tints of Granite Green #938763

Color information

#938763 (or 0x938763) is unknown color: approx Granite Green. HEX triplet: 93, 87 and 63. RGB value is (147,135,99). Sum of RGB (Red+Green+Blue) = 147+135+99=381 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.58% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 99 (39.06% from 255 or 25.98% from 381); Max value from RGB is 147 - color contains mainly: red. Hex color #938763 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938763 is #6C789C. Grayscale: #868686. Windows color (decimal): -7108765 or 6522771. OLE color: 6522771.

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

Color convert

RGB14713599-
CMYK00.080.330.42
HSL45º19.51%48.24%-
HSV(B)45º32.65%57.65%-
XYZ22.9524.4315.31-
YUV134.48107.98136.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.58%
GREEN value IS 135 (53.12% from 255) = 35.43%
BLUE value IS 99 (39.06% from 255) = 25.98%
R=38.58%
G=35.43%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471359900.080.330.424519.5148.24
Hex93876308212A2d1430
Octal2232071430104152552460
Binary100100111000011111000110100010000110101010110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938763; }

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

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

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

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

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

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

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

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