Html Css Color HEX #958768 Granite Green

📋 copy color: '#958768'

red 149 ◦ green 135 ◦ blue 104

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

Shades of Granite Green #958768

Tints of Granite Green #958768

RGB

 RED value IS 149 (58.59% from 255) = 38.4%

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

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

R = 38.4%
G = 34.79%
B = 26.8%

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

#958768 (or 0x958768) is known color: Granite Green. HEX triplet: 95, 87 and 68. RGB value is (149,135,104). Sum of RGB (Red+Green+Blue) = 149+135+104=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #958768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958768 is #6A7897. Grayscale: #878787. Windows color (decimal): -6977688 or 6850453. OLE color: 6850453.

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

Color convert

RGB 149 135 104 -
CMYK 0 0.09 0.30 0.42
HSL 41.33º 0.18% 0.5% -
HSV(B) 41.33º 0.3% 0.58% -
XYZ 23.56 24.72 16.63 -
YUV 135.65 110.14 137.52 -
System Red Green Blue C M Y K H S L
Decimal 149 135 104 0 0.09 0.30 0.42 41.33 0.18 0.5
Hex 95 87 68 0 9 1E 2A 29 12 32
Octal 225 207 150 0 11 36 52 51 22 62
Binary 10010101 10000111 1101000 0 1001 11110 101010 101001 10010 110010

Color Harmonies of #958768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958768

Black with #958768

Text Example


Text Example

White with #958768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958768; }

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

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

background-color css

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

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

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

border-color css

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

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

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