Html Css Color HEX #94895D Granite Green

📋 copy color: '#94895D'

red 148 ◦ green 137 ◦ blue 93

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

Shades of Granite Green #94895D

Tints of Granite Green #94895D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.6%

R = 39.15%
G = 36.24%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#94895D (or 0x94895D) is known color: Granite Green. HEX triplet: 94, 89 and 5D. RGB value is (148,137,93). Sum of RGB (Red+Green+Blue) = 148+137+93=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 148 - color contains mainly: red. Hex color #94895D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94895D is #6B76A2. Grayscale: #878787. Windows color (decimal): -7042723 or 6130068. OLE color: 6130068.

HSL color Cylindrical-coordinate representation of color #94895D: hue angle of 48º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94895D is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 137 93 -
CMYK 0 0.07 0.37 0.42
HSL 48º 0.23% 0.47% -
HSV(B) 48º 0.37% 0.58% -
XYZ 23.13 24.98 13.96 -
YUV 135.27 104.14 137.08 -
System Red Green Blue C M Y K H S L
Decimal 148 137 93 0 0.07 0.37 0.42 48 0.23 0.47
Hex 94 89 5D 0 7 25 2A 30 17 2F
Octal 224 211 135 0 7 45 52 60 27 57
Binary 10010100 10001001 1011101 0 111 100101 101010 110000 10111 101111

Color Harmonies of #94895D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94895D

Black with #94895D

Text Example


Text Example

White with #94895D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94895D; }

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

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

background-color css

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

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

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

border-color css

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

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

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