Html Css Color HEX #948969 Granite Green

📋 copy color: '#948969'

red 148 ◦ green 137 ◦ blue 105

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

Shades of Granite Green #948969

Tints of Granite Green #948969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.92%

R = 37.95%
G = 35.13%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#948969 (or 0x948969) is known color: Granite Green. HEX triplet: 94, 89 and 69. RGB value is (148,137,105). Sum of RGB (Red+Green+Blue) = 148+137+105=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 105 (41.41% from 255 or 26.92% from 390); Max value from RGB is 148 - color contains mainly: red. Hex color #948969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948969 is #6B7696. Grayscale: #888888. Windows color (decimal): -7042711 or 6916500. OLE color: 6916500.

HSL color Cylindrical-coordinate representation of color #948969: hue angle of 44.65º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #948969 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 137 105 -
CMYK 0 0.07 0.29 0.42
HSL 44.65º 0.17% 0.5% -
HSV(B) 44.65º 0.29% 0.58% -
XYZ 23.71 25.21 16.98 -
YUV 136.64 110.14 136.1 -
System Red Green Blue C M Y K H S L
Decimal 148 137 105 0 0.07 0.29 0.42 44.65 0.17 0.5
Hex 94 89 69 0 7 1D 2A 2D 11 32
Octal 224 211 151 0 7 35 52 55 21 62
Binary 10010100 10001001 1101001 0 111 11101 101010 101101 10001 110010

Color Harmonies of #948969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948969

Black with #948969

Text Example


Text Example

White with #948969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948969; }

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

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

background-color css

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

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

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

border-color css

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

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

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