#938967

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

Shades of Granite Green #938967

Tints of Granite Green #938967

Color information

#938967 (or 0x938967) is unknown color: approx Granite Green. HEX triplet: 93, 89 and 67. RGB value is (147,137,103). Sum of RGB (Red+Green+Blue) = 147+137+103=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 103 (40.62% from 255 or 26.61% from 387); Max value from RGB is 147 - color contains mainly: red. Hex color #938967 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938967 is #6C7698. Grayscale: #888888. Windows color (decimal): -7108249 or 6785427. OLE color: 6785427.

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

Color convert

RGB147137103-
CMYK00.070.300.42
HSL46.36º17.6%49.02%-
HSV(B)46.36º29.93%57.65%-
XYZ23.4325.0716.44-
YUV136.11109.31135.76-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.98%
GREEN value IS 137 (53.91% from 255) = 35.40%
BLUE value IS 103 (40.62% from 255) = 26.61%
R=37.98%
G=35.40%
B=26.61%

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
Decimal14713710300.070.300.4246.3617.649.02
Hex938967071E2A2e1231
Octal223211147073652562261
Binary1001001110001001110011101111111010101010111010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938967; }

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

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

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

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

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

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

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

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