Html Css Color HEX #948869 Granite Green

📋 copy color: '#948869'

red 148 ◦ green 136 ◦ blue 105

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

Shades of Granite Green #948869

Tints of Granite Green #948869

RGB

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

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

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

R = 38.05%
G = 34.96%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#948869 (or 0x948869) is known color: Granite Green. HEX triplet: 94, 88 and 69. RGB value is (148,136,105). Sum of RGB (Red+Green+Blue) = 148+136+105=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 148 - color contains mainly: red. Hex color #948869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948869 is #6B7796. Grayscale: #888888. Windows color (decimal): -7042967 or 6916244. OLE color: 6916244.

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

Color convert

RGB 148 136 105 -
CMYK 0 0.08 0.29 0.42
HSL 43.26º 0.17% 0.5% -
HSV(B) 43.26º 0.29% 0.58% -
XYZ 23.57 24.92 16.93 -
YUV 136.05 110.48 136.52 -
System Red Green Blue C M Y K H S L
Decimal 148 136 105 0 0.08 0.29 0.42 43.26 0.17 0.5
Hex 94 88 69 0 8 1D 2A 2B 11 32
Octal 224 210 151 0 10 35 52 53 21 62
Binary 10010100 10001000 1101001 0 1000 11101 101010 101011 10001 110010

Color Harmonies of #948869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948869

Black with #948869

Text Example


Text Example

White with #948869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948869; }

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

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

background-color css

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

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

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

border-color css

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

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

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