Html Css Color HEX #948A64 Granite Green

📋 copy color: '#948A64'

red 148 ◦ green 138 ◦ blue 100

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

Shades of Granite Green #948A64

Tints of Granite Green #948A64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.91%

R = 38.34%
G = 35.75%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#948A64 (or 0x948A64) is known color: Granite Green. HEX triplet: 94, 8A and 64. RGB value is (148,138,100). Sum of RGB (Red+Green+Blue) = 148+138+100=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 100 (39.45% from 255 or 25.91% from 386); Max value from RGB is 148 - color contains mainly: red. Hex color #948A64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948A64 is #6B759B. Grayscale: #888888. Windows color (decimal): -7042460 or 6589076. OLE color: 6589076.

HSL color Cylindrical-coordinate representation of color #948A64: hue angle of 47.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #948A64 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 138 100 -
CMYK 0 0.07 0.32 0.42
HSL 47.5º 0.19% 0.49% -
HSV(B) 47.5º 0.32% 0.58% -
XYZ 23.6 25.39 15.71 -
YUV 136.66 107.31 136.09 -
System Red Green Blue C M Y K H S L
Decimal 148 138 100 0 0.07 0.32 0.42 47.5 0.19 0.49
Hex 94 8A 64 0 7 20 2A 30 13 31
Octal 224 212 144 0 7 40 52 60 23 61
Binary 10010100 10001010 1100100 0 111 100000 101010 110000 10011 110001

Color Harmonies of #948A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948A64

Black with #948A64

Text Example


Text Example

White with #948A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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