#938664

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

Shades of Granite Green #938664

Tints of Granite Green #938664

Color information

#938664 (or 0x938664) is unknown color: approx Granite Green. HEX triplet: 93, 86 and 64. RGB value is (147,134,100). Sum of RGB (Red+Green+Blue) = 147+134+100=381 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.58% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 147 - color contains mainly: red. Hex color #938664 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938664 is #6C799B. Grayscale: #868686. Windows color (decimal): -7109020 or 6588051. OLE color: 6588051.

HSL color Cylindrical-coordinate representation of color #938664: hue angle of 43.4º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #938664 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB147134100-
CMYK00.090.320.42
HSL43.4º19.03%48.43%-
HSV(B)43.4º31.97%57.65%-
XYZ22.8624.1715.52-
YUV134.01108.81137.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.58%
GREEN value IS 134 (52.73% from 255) = 35.17%
BLUE value IS 100 (39.45% from 255) = 26.25%
R=38.58%
G=35.17%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713410000.090.320.4243.419.0348.43
Hex93866409202A2b1330
Octal2232061440114052532360
Binary100100111000011011001000100110000010101010101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938664; }

 p { color: rgb(147,134,100); }

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

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

 a { background-color: rgb(147,134,100); }

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

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

 span { border-color: rgb(147,134,100); }

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