Html Css Color HEX #948768 Granite Green

📋 copy color: '#948768'

red 148 ◦ green 135 ◦ blue 104

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

Shades of Granite Green #948768

Tints of Granite Green #948768

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.88%

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

R = 38.24%
G = 34.88%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#948768 (or 0x948768) is known color: Granite Green. HEX triplet: 94, 87 and 68. RGB value is (148,135,104). Sum of RGB (Red+Green+Blue) = 148+135+104=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 148 - color contains mainly: red. Hex color #948768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948768 is #6B7897. Grayscale: #878787. Windows color (decimal): -7043224 or 6850452. OLE color: 6850452.

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

Color convert

RGB 148 135 104 -
CMYK 0 0.09 0.30 0.42
HSL 42.27º 0.17% 0.49% -
HSV(B) 42.27º 0.3% 0.58% -
XYZ 23.38 24.62 16.62 -
YUV 135.35 110.31 137.02 -
System Red Green Blue C M Y K H S L
Decimal 148 135 104 0 0.09 0.30 0.42 42.27 0.17 0.49
Hex 94 87 68 0 9 1E 2A 2A 11 31
Octal 224 207 150 0 11 36 52 52 21 61
Binary 10010100 10000111 1101000 0 1001 11110 101010 101010 10001 110001

Color Harmonies of #948768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948768

Black with #948768

Text Example


Text Example

White with #948768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948768; }

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

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

background-color css

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

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

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

border-color css

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

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

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