Html Css Color HEX #948B65 Granite Green

📋 copy color: '#948B65'

red 148 ◦ green 139 ◦ blue 101

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

Shades of Granite Green #948B65

Tints of Granite Green #948B65

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.82%

 BLUE value IS 101 (39.84% from 255) = 26.03%

R = 38.14%
G = 35.82%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#948B65 (or 0x948B65) is known color: Granite Green. HEX triplet: 94, 8B and 65. RGB value is (148,139,101). Sum of RGB (Red+Green+Blue) = 148+139+101=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 139 (54.69% from 255 or 35.82% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 148 - color contains mainly: red. Hex color #948B65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948B65 is #6B749A. Grayscale: #898989. Windows color (decimal): -7042203 or 6654868. OLE color: 6654868.

HSL color Cylindrical-coordinate representation of color #948B65: hue angle of 48.51º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #948B65 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 139 101 -
CMYK 0 0.06 0.32 0.42
HSL 48.51º 0.19% 0.49% -
HSV(B) 48.51º 0.32% 0.58% -
XYZ 23.79 25.7 16.02 -
YUV 137.36 107.48 135.59 -
System Red Green Blue C M Y K H S L
Decimal 148 139 101 0 0.06 0.32 0.42 48.51 0.19 0.49
Hex 94 8B 65 0 6 20 2A 31 13 31
Octal 224 213 145 0 6 40 52 61 23 61
Binary 10010100 10001011 1100101 0 110 100000 101010 110001 10011 110001

Color Harmonies of #948B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948B65

Black with #948B65

Text Example


Text Example

White with #948B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,139,101); }

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

background-color css

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

 a { background-color: rgb(148,139,101); }

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

border-color css

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

 span { border-color: rgb(148,139,101); }

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