Html Css Color HEX #948560 Granite Green

📋 copy color: '#948560'

red 148 ◦ green 133 ◦ blue 96

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

Shades of Granite Green #948560

Tints of Granite Green #948560

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.28%

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

R = 39.26%
G = 35.28%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#948560 (or 0x948560) is known color: Granite Green. HEX triplet: 94, 85 and 60. RGB value is (148,133,96). Sum of RGB (Red+Green+Blue) = 148+133+96=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 148 - color contains mainly: red. Hex color #948560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948560 is #6B7A9F. Grayscale: #858585. Windows color (decimal): -7043744 or 6325652. OLE color: 6325652.

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

Color convert

RGB 148 133 96 -
CMYK 0 0.10 0.35 0.42
HSL 42.69º 0.21% 0.48% -
HSV(B) 42.69º 0.35% 0.58% -
XYZ 22.71 23.92 14.49 -
YUV 133.27 106.97 138.51 -
System Red Green Blue C M Y K H S L
Decimal 148 133 96 0 0.10 0.35 0.42 42.69 0.21 0.48
Hex 94 85 60 0 A 23 2A 2B 15 30
Octal 224 205 140 0 12 43 52 53 25 60
Binary 10010100 10000101 1100000 0 1010 100011 101010 101011 10101 110000

Color Harmonies of #948560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948560

Black with #948560

Text Example


Text Example

White with #948560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948560; }

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

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

background-color css

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

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

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

border-color css

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

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

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