Html Css Color HEX #948C5D Granite Green

📋 copy color: '#948C5D'

red 148 ◦ green 140 ◦ blue 93

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

Shades of Granite Green #948C5D

Tints of Granite Green #948C5D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.75%

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

R = 38.85%
G = 36.75%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#948C5D (or 0x948C5D) is known color: Granite Green. HEX triplet: 94, 8C and 5D. RGB value is (148,140,93). Sum of RGB (Red+Green+Blue) = 148+140+93=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 148 - color contains mainly: red. Hex color #948C5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948C5D is #6B73A2. Grayscale: #898989. Windows color (decimal): -7041955 or 6130836. OLE color: 6130836.

HSL color Cylindrical-coordinate representation of color #948C5D: hue angle of 51.27º 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 #948C5D is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 140 93 -
CMYK 0 0.05 0.37 0.42
HSL 51.27º 0.23% 0.47% -
HSV(B) 51.27º 0.37% 0.58% -
XYZ 23.57 25.84 14.1 -
YUV 137.03 103.15 135.82 -
System Red Green Blue C M Y K H S L
Decimal 148 140 93 0 0.05 0.37 0.42 51.27 0.23 0.47
Hex 94 8C 5D 0 5 25 2A 33 17 2F
Octal 224 214 135 0 5 45 52 63 27 57
Binary 10010100 10001100 1011101 0 101 100101 101010 110011 10111 101111

Color Harmonies of #948C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948C5D

Black with #948C5D

Text Example


Text Example

White with #948C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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