Html Css Color HEX #948461 Granite Green

📋 copy color: '#948461'

red 148 ◦ green 132 ◦ blue 97

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

Shades of Granite Green #948461

Tints of Granite Green #948461

RGB

 RED value IS 148 (58.2% from 255) = 39.26%

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

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

R = 39.26%
G = 35.01%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#948461 (or 0x948461) is known color: Granite Green. HEX triplet: 94, 84 and 61. RGB value is (148,132,97). Sum of RGB (Red+Green+Blue) = 148+132+97=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 97 (38.28% from 255 or 25.73% from 377); Max value from RGB is 148 - color contains mainly: red. Hex color #948461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948461 is #6B7B9E. Grayscale: #848484. Windows color (decimal): -7043999 or 6390932. OLE color: 6390932.

HSL color Cylindrical-coordinate representation of color #948461: hue angle of 41.18º degrees, saturation: 0.21, 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 #948461 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 132 97 -
CMYK 0 0.11 0.34 0.42
HSL 41.18º 0.21% 0.48% -
HSV(B) 41.18º 0.34% 0.58% -
XYZ 22.62 23.66 14.68 -
YUV 132.79 107.8 138.85 -
System Red Green Blue C M Y K H S L
Decimal 148 132 97 0 0.11 0.34 0.42 41.18 0.21 0.48
Hex 94 84 61 0 B 22 2A 29 15 30
Octal 224 204 141 0 13 42 52 51 25 60
Binary 10010100 10000100 1100001 0 1011 100010 101010 101001 10101 110000

Color Harmonies of #948461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948461

Black with #948461

Text Example


Text Example

White with #948461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948461; }

 p { color: rgb(148,132,97); }

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

background-color css

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

 a { background-color: rgb(148,132,97); }

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

border-color css

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

 span { border-color: rgb(148,132,97); }

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