#938867

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

Shades of Granite Green #938867

Tints of Granite Green #938867

Color information

#938867 (or 0x938867) is unknown color: approx Granite Green. HEX triplet: 93, 88 and 67. RGB value is (147,136,103). Sum of RGB (Red+Green+Blue) = 147+136+103=386 (51% of max value = 765). Red value is 147 (57.81% from 255 or 38.08% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 103 (40.62% from 255 or 26.68% from 386); Max value from RGB is 147 - color contains mainly: red. Hex color #938867 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938867 is #6C7798. Grayscale: #878787. Windows color (decimal): -7108505 or 6785171. OLE color: 6785171.

HSL color Cylindrical-coordinate representation of color #938867: hue angle of 45º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #938867 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB147136103-
CMYK00.070.300.42
HSL45º17.6%49.02%-
HSV(B)45º29.93%57.65%-
XYZ23.2824.7916.39-
YUV135.53109.64136.18-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.08%
GREEN value IS 136 (53.52% from 255) = 35.23%
BLUE value IS 103 (40.62% from 255) = 26.68%
R=38.08%
G=35.23%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713610300.070.300.424517.649.02
Hex938867071E2A2d1231
Octal223210147073652552261
Binary1001001110001000110011101111111010101010110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938867; }

 p { color: rgb(147,136,103); }

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

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

 a { background-color: rgb(147,136,103); }

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

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

 span { border-color: rgb(147,136,103); }

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