Html Css Color HEX #938460 Granite Green

📋 copy color: '#938460'

red 147 ◦ green 132 ◦ blue 96

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

Shades of Granite Green #938460

Tints of Granite Green #938460

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.2%

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

R = 39.2%
G = 35.2%
B = 25.6%

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

#938460 (or 0x938460) is known color: Granite Green. HEX triplet: 93, 84 and 60. RGB value is (147,132,96). Sum of RGB (Red+Green+Blue) = 147+132+96=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 147 - color contains mainly: red. Hex color #938460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938460 is #6C7B9F. Grayscale: #848484. Windows color (decimal): -7109536 or 6325395. OLE color: 6325395.

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

Color convert

RGB 147 132 96 -
CMYK 0 0.10 0.35 0.42
HSL 42.35º 0.21% 0.48% -
HSV(B) 42.35º 0.35% 0.58% -
XYZ 22.4 23.55 14.43 -
YUV 132.38 107.47 138.43 -
System Red Green Blue C M Y K H S L
Decimal 147 132 96 0 0.10 0.35 0.42 42.35 0.21 0.48
Hex 93 84 60 0 A 23 2A 2A 15 30
Octal 223 204 140 0 12 43 52 52 25 60
Binary 10010011 10000100 1100000 0 1010 100011 101010 101010 10101 110000

Color Harmonies of #938460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938460

Black with #938460

Text Example


Text Example

White with #938460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938460; }

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

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

background-color css

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

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

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

border-color css

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

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

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