Html Css Color HEX #948A61 Granite Green

📋 copy color: '#948A61'

red 148 ◦ green 138 ◦ blue 97

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

Shades of Granite Green #948A61

Tints of Granite Green #948A61

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.03%

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

R = 38.64%
G = 36.03%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#948A61 (or 0x948A61) is known color: Granite Green. HEX triplet: 94, 8A and 61. RGB value is (148,138,97). Sum of RGB (Red+Green+Blue) = 148+138+97=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 148 - color contains mainly: red. Hex color #948A61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948A61 is #6B759E. Grayscale: #888888. Windows color (decimal): -7042463 or 6392468. OLE color: 6392468.

HSL color Cylindrical-coordinate representation of color #948A61: hue angle of 48.24º 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 #948A61 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 138 97 -
CMYK 0 0.07 0.34 0.42
HSL 48.24º 0.21% 0.48% -
HSV(B) 48.24º 0.34% 0.58% -
XYZ 23.46 25.34 14.96 -
YUV 136.32 105.81 136.33 -
System Red Green Blue C M Y K H S L
Decimal 148 138 97 0 0.07 0.34 0.42 48.24 0.21 0.48
Hex 94 8A 61 0 7 22 2A 30 15 30
Octal 224 212 141 0 7 42 52 60 25 60
Binary 10010100 10001010 1100001 0 111 100010 101010 110000 10101 110000

Color Harmonies of #948A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948A61

Black with #948A61

Text Example


Text Example

White with #948A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948A61; }

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

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

background-color css

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

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

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

border-color css

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

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

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