Html Css Color HEX #938561 Granite Green

📋 copy color: '#938561'

red 147 ◦ green 133 ◦ blue 97

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

Shades of Granite Green #938561

Tints of Granite Green #938561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 25.73%

R = 38.99%
G = 35.28%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#938561 (or 0x938561) is known color: Granite Green. HEX triplet: 93, 85 and 61. RGB value is (147,133,97). Sum of RGB (Red+Green+Blue) = 147+133+97=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 97 (38.28% from 255 or 25.73% from 377); Max value from RGB is 147 - color contains mainly: red. Hex color #938561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938561 is #6C7A9E. Grayscale: #858585. Windows color (decimal): -7109279 or 6391187. OLE color: 6391187.

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

Color convert

RGB 147 133 97 -
CMYK 0 0.10 0.34 0.42
HSL 43.2º 0.2% 0.48% -
HSV(B) 43.2º 0.34% 0.58% -
XYZ 22.58 23.84 14.72 -
YUV 133.08 107.64 137.93 -
System Red Green Blue C M Y K H S L
Decimal 147 133 97 0 0.10 0.34 0.42 43.2 0.2 0.48
Hex 93 85 61 0 A 22 2A 2B 14 30
Octal 223 205 141 0 12 42 52 53 24 60
Binary 10010011 10000101 1100001 0 1010 100010 101010 101011 10100 110000

Color Harmonies of #938561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938561

Black with #938561

Text Example


Text Example

White with #938561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938561; }

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

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

background-color css

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

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

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

border-color css

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

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

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