#938765

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

Shades of Granite Green #938765

Tints of Granite Green #938765

Color information

#938765 (or 0x938765) is unknown color: approx Granite Green. HEX triplet: 93, 87 and 65. RGB value is (147,135,101). Sum of RGB (Red+Green+Blue) = 147+135+101=383 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.38% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 147 - color contains mainly: red. Hex color #938765 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938765 is #6C789A. Grayscale: #868686. Windows color (decimal): -7108763 or 6653843. OLE color: 6653843.

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

Color convert

RGB147135101-
CMYK00.080.310.42
HSL44.35º18.55%48.63%-
HSV(B)44.35º31.29%57.65%-
XYZ23.0524.4715.82-
YUV134.71108.98136.76-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.38%
GREEN value IS 135 (53.12% from 255) = 35.25%
BLUE value IS 101 (39.84% from 255) = 26.37%
R=38.38%
G=35.25%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713510100.080.310.4244.3518.5548.63
Hex938765081F2A2c1331
Octal2232071450103752542361
Binary10010011100001111100101010001111110101010110010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938765; }

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

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

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

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

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

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

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

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