Html Css Color HEX #938260 Granite Green

📋 copy color: '#938260'

red 147 ◦ green 130 ◦ blue 96

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

Shades of Granite Green #938260

Tints of Granite Green #938260

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.85%

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

R = 39.41%
G = 34.85%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#938260 (or 0x938260) is known color: Granite Green. HEX triplet: 93, 82 and 60. RGB value is (147,130,96). Sum of RGB (Red+Green+Blue) = 147+130+96=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 147 - color contains mainly: red. Hex color #938260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938260 is #6C7D9F. Grayscale: #838383. Windows color (decimal): -7110048 or 6324883. OLE color: 6324883.

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

Color convert

RGB 147 130 96 -
CMYK 0 0.12 0.35 0.42
HSL 40º 0.21% 0.48% -
HSV(B) 40º 0.35% 0.58% -
XYZ 22.13 23.01 14.34 -
YUV 131.21 108.13 139.26 -
System Red Green Blue C M Y K H S L
Decimal 147 130 96 0 0.12 0.35 0.42 40 0.21 0.48
Hex 93 82 60 0 C 23 2A 28 15 30
Octal 223 202 140 0 14 43 52 50 25 60
Binary 10010011 10000010 1100000 0 1100 100011 101010 101000 10101 110000

Color Harmonies of #938260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938260

Black with #938260

Text Example


Text Example

White with #938260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938260; }

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

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

background-color css

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

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

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

border-color css

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

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

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