Html Css Color HEX #948568 Granite Green

📋 copy color: '#948568'

red 148 ◦ green 133 ◦ blue 104

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

Shades of Granite Green #948568

Tints of Granite Green #948568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.01%

R = 38.44%
G = 34.55%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#948568 (or 0x948568) is known color: Granite Green. HEX triplet: 94, 85 and 68. RGB value is (148,133,104). Sum of RGB (Red+Green+Blue) = 148+133+104=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 148 - color contains mainly: red. Hex color #948568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948568 is #6B7A97. Grayscale: #868686. Windows color (decimal): -7043736 or 6849940. OLE color: 6849940.

HSL color Cylindrical-coordinate representation of color #948568: hue angle of 39.55º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #948568 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 133 104 -
CMYK 0 0.10 0.30 0.42
HSL 39.55º 0.17% 0.49% -
HSV(B) 39.55º 0.3% 0.58% -
XYZ 23.1 24.07 16.53 -
YUV 134.18 110.97 137.86 -
System Red Green Blue C M Y K H S L
Decimal 148 133 104 0 0.10 0.30 0.42 39.55 0.17 0.49
Hex 94 85 68 0 A 1E 2A 28 11 31
Octal 224 205 150 0 12 36 52 50 21 61
Binary 10010100 10000101 1101000 0 1010 11110 101010 101000 10001 110001

Color Harmonies of #948568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948568

Black with #948568

Text Example


Text Example

White with #948568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948568; }

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

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

background-color css

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

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

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

border-color css

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

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

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