Html Css Color HEX #948767 Granite Green

📋 copy color: '#948767'

red 148 ◦ green 135 ◦ blue 103

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

Shades of Granite Green #948767

Tints of Granite Green #948767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 26.68%

R = 38.34%
G = 34.97%
B = 26.68%

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

#948767 (or 0x948767) is known color: Granite Green. HEX triplet: 94, 87 and 67. RGB value is (148,135,103). Sum of RGB (Red+Green+Blue) = 148+135+103=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 103 (40.62% from 255 or 26.68% from 386); Max value from RGB is 148 - color contains mainly: red. Hex color #948767 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948767 is #6B7898. Grayscale: #878787. Windows color (decimal): -7043225 or 6784916. OLE color: 6784916.

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

Color convert

RGB 148 135 103 -
CMYK 0 0.09 0.30 0.42
HSL 42.67º 0.18% 0.49% -
HSV(B) 42.67º 0.3% 0.58% -
XYZ 23.32 24.6 16.35 -
YUV 135.24 109.81 137.1 -
System Red Green Blue C M Y K H S L
Decimal 148 135 103 0 0.09 0.30 0.42 42.67 0.18 0.49
Hex 94 87 67 0 9 1E 2A 2B 12 31
Octal 224 207 147 0 11 36 52 53 22 61
Binary 10010100 10000111 1100111 0 1001 11110 101010 101011 10010 110001

Color Harmonies of #948767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948767

Black with #948767

Text Example


Text Example

White with #948767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948767; }

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

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

background-color css

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

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

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

border-color css

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

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

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