Html Css Color HEX #948964 Granite Green

📋 copy color: '#948964'

red 148 ◦ green 137 ◦ blue 100

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

Shades of Granite Green #948964

Tints of Granite Green #948964

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.58%

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

R = 38.44%
G = 35.58%
B = 25.97%

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

#948964 (or 0x948964) is known color: Granite Green. HEX triplet: 94, 89 and 64. RGB value is (148,137,100). Sum of RGB (Red+Green+Blue) = 148+137+100=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 148 - color contains mainly: red. Hex color #948964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948964 is #6B769B. Grayscale: #888888. Windows color (decimal): -7042716 or 6588820. OLE color: 6588820.

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

Color convert

RGB 148 137 100 -
CMYK 0 0.07 0.32 0.42
HSL 46.25º 0.19% 0.49% -
HSV(B) 46.25º 0.32% 0.58% -
XYZ 23.46 25.11 15.67 -
YUV 136.07 107.64 136.51 -
System Red Green Blue C M Y K H S L
Decimal 148 137 100 0 0.07 0.32 0.42 46.25 0.19 0.49
Hex 94 89 64 0 7 20 2A 2E 13 31
Octal 224 211 144 0 7 40 52 56 23 61
Binary 10010100 10001001 1100100 0 111 100000 101010 101110 10011 110001

Color Harmonies of #948964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948964

Black with #948964

Text Example


Text Example

White with #948964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948964; }

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

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

background-color css

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

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

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

border-color css

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

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

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