Html Css Color HEX #94896A Granite Green

📋 copy color: '#94896A'

red 148 ◦ green 137 ◦ blue 106

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

Shades of Granite Green #94896A

Tints of Granite Green #94896A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.11%

R = 37.85%
G = 35.04%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#94896A (or 0x94896A) is known color: Granite Green. HEX triplet: 94, 89 and 6A. RGB value is (148,137,106). Sum of RGB (Red+Green+Blue) = 148+137+106=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 148 - color contains mainly: red. Hex color #94896A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94896A is #6B7695. Grayscale: #888888. Windows color (decimal): -7042710 or 6982036. OLE color: 6982036.

HSL color Cylindrical-coordinate representation of color #94896A: hue angle of 44.29º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94896A is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 137 106 -
CMYK 0 0.07 0.28 0.42
HSL 44.29º 0.17% 0.5% -
HSV(B) 44.29º 0.28% 0.58% -
XYZ 23.76 25.23 17.25 -
YUV 136.76 110.64 136.02 -
System Red Green Blue C M Y K H S L
Decimal 148 137 106 0 0.07 0.28 0.42 44.29 0.17 0.5
Hex 94 89 6A 0 7 1C 2A 2C 11 32
Octal 224 211 152 0 7 34 52 54 21 62
Binary 10010100 10001001 1101010 0 111 11100 101010 101100 10001 110010

Color Harmonies of #94896A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94896A

Black with #94896A

Text Example


Text Example

White with #94896A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94896A; }

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

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

background-color css

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

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

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

border-color css

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

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

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