Html Css Color HEX #948860 Granite Green

📋 copy color: '#948860'

red 148 ◦ green 136 ◦ blue 96

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

Shades of Granite Green #948860

Tints of Granite Green #948860

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.79%

 BLUE value IS 96 (37.89% from 255) = 25.26%

R = 38.95%
G = 35.79%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#948860 (or 0x948860) is known color: Granite Green. HEX triplet: 94, 88 and 60. RGB value is (148,136,96). Sum of RGB (Red+Green+Blue) = 148+136+96=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 148 - color contains mainly: red. Hex color #948860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948860 is #6B779F. Grayscale: #878787. Windows color (decimal): -7042976 or 6326420. OLE color: 6326420.

HSL color Cylindrical-coordinate representation of color #948860: hue angle of 46.15º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #948860 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 136 96 -
CMYK 0 0.08 0.35 0.42
HSL 46.15º 0.21% 0.48% -
HSV(B) 46.15º 0.35% 0.58% -
XYZ 23.13 24.75 14.62 -
YUV 135.03 105.98 137.25 -
System Red Green Blue C M Y K H S L
Decimal 148 136 96 0 0.08 0.35 0.42 46.15 0.21 0.48
Hex 94 88 60 0 8 23 2A 2E 15 30
Octal 224 210 140 0 10 43 52 56 25 60
Binary 10010100 10001000 1100000 0 1000 100011 101010 101110 10101 110000

Color Harmonies of #948860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948860

Black with #948860

Text Example


Text Example

White with #948860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948860; }

 p { color: rgb(148,136,96); }

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

background-color css

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

 a { background-color: rgb(148,136,96); }

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

border-color css

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

 span { border-color: rgb(148,136,96); }

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