Html Css Color HEX #938B60 Granite Green

📋 copy color: '#938B60'

red 147 ◦ green 139 ◦ blue 96

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

Shades of Granite Green #938B60

Tints of Granite Green #938B60

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.39%

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

R = 38.48%
G = 36.39%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#938B60 (or 0x938B60) is known color: Granite Green. HEX triplet: 93, 8B and 60. RGB value is (147,139,96). Sum of RGB (Red+Green+Blue) = 147+139+96=382 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.48% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 147 - color contains mainly: red. Hex color #938B60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938B60 is #6C749F. Grayscale: #888888. Windows color (decimal): -7107744 or 6327187. OLE color: 6327187.

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

Color convert

RGB 147 139 96 -
CMYK 0 0.05 0.35 0.42
HSL 50.59º 0.21% 0.48% -
HSV(B) 50.59º 0.35% 0.58% -
XYZ 23.38 25.51 14.76 -
YUV 136.49 105.15 135.5 -
System Red Green Blue C M Y K H S L
Decimal 147 139 96 0 0.05 0.35 0.42 50.59 0.21 0.48
Hex 93 8B 60 0 5 23 2A 33 15 30
Octal 223 213 140 0 5 43 52 63 25 60
Binary 10010011 10001011 1100000 0 101 100011 101010 110011 10101 110000

Color Harmonies of #938B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938B60

Black with #938B60

Text Example


Text Example

White with #938B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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