Html Css Color HEX #938560 Granite Green

📋 copy color: '#938560'

red 147 ◦ green 133 ◦ blue 96

#938560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granite Green #938560

Tints of Granite Green #938560

RGB

 RED value IS 147 (57.81% from 255) = 39.1%

 GREEN value IS 133 (52.34% from 255) = 35.37%

 BLUE value IS 96 (37.89% from 255) = 25.53%

R = 39.1%
G = 35.37%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#938560 (or 0x938560) is known color: Granite Green. HEX triplet: 93, 85 and 60. RGB value is (147,133,96). Sum of RGB (Red+Green+Blue) = 147+133+96=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 147 - color contains mainly: red. Hex color #938560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938560 is #6C7A9F. Grayscale: #858585. Windows color (decimal): -7109280 or 6325651. OLE color: 6325651.

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

Color convert

RGB 147 133 96 -
CMYK 0 0.10 0.35 0.42
HSL 43.53º 0.21% 0.48% -
HSV(B) 43.53º 0.35% 0.58% -
XYZ 22.53 23.82 14.48 -
YUV 132.97 107.14 138.01 -
System Red Green Blue C M Y K H S L
Decimal 147 133 96 0 0.10 0.35 0.42 43.53 0.21 0.48
Hex 93 85 60 0 A 23 2A 2C 15 30
Octal 223 205 140 0 12 43 52 54 25 60
Binary 10010011 10000101 1100000 0 1010 100011 101010 101100 10101 110000

Color Harmonies of #938560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938560

Black with #938560

Text Example


Text Example

White with #938560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938560; }

 p { color: rgb(147,133,96); }

 H1.HeaderClassName
 {
   color: #938560;
 }
 .AnyTagClassName
 {
   color: #938560;
 }
</style>

background-color css

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

 a { background-color: rgb(147,133,96); }

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

border-color css

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

 span { border-color: rgb(147,133,96); }

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