Html Css Color HEX #948561 Granite Green

📋 copy color: '#948561'

red 148 ◦ green 133 ◦ blue 97

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

Shades of Granite Green #948561

Tints of Granite Green #948561

RGB

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

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

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

R = 39.15%
G = 35.19%
B = 25.66%

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

#948561 (or 0x948561) is known color: Granite Green. HEX triplet: 94, 85 and 61. RGB value is (148,133,97). Sum of RGB (Red+Green+Blue) = 148+133+97=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 97 (38.28% from 255 or 25.66% from 378); Max value from RGB is 148 - color contains mainly: red. Hex color #948561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948561 is #6B7A9E. Grayscale: #858585. Windows color (decimal): -7043743 or 6391188. OLE color: 6391188.

HSL color Cylindrical-coordinate representation of color #948561: 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.34%. Process color model (Four color, CMYK) of #948561 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 133 97 -
CMYK 0 0.10 0.34 0.42
HSL 42.35º 0.21% 0.48% -
HSV(B) 42.35º 0.34% 0.58% -
XYZ 22.76 23.93 14.73 -
YUV 133.38 107.47 138.43 -
System Red Green Blue C M Y K H S L
Decimal 148 133 97 0 0.10 0.34 0.42 42.35 0.21 0.48
Hex 94 85 61 0 A 22 2A 2A 15 30
Octal 224 205 141 0 12 42 52 52 25 60
Binary 10010100 10000101 1100001 0 1010 100010 101010 101010 10101 110000

Color Harmonies of #948561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948561

Black with #948561

Text Example


Text Example

White with #948561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948561; }

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

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

background-color css

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

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

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

border-color css

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

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

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