Html Css Color HEX #958868 Granite Green

📋 copy color: '#958868'

red 149 ◦ green 136 ◦ blue 104

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

Shades of Granite Green #958868

Tints of Granite Green #958868

RGB

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

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

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

R = 38.3%
G = 34.96%
B = 26.74%

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

#958868 (or 0x958868) is known color: Granite Green. HEX triplet: 95, 88 and 68. RGB value is (149,136,104). Sum of RGB (Red+Green+Blue) = 149+136+104=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #958868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958868 is #6A7797. Grayscale: #888888. Windows color (decimal): -6977432 or 6850709. OLE color: 6850709.

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

Color convert

RGB 149 136 104 -
CMYK 0 0.09 0.30 0.42
HSL 42.67º 0.18% 0.5% -
HSV(B) 42.67º 0.3% 0.58% -
XYZ 23.7 25 16.67 -
YUV 136.24 109.81 137.1 -
System Red Green Blue C M Y K H S L
Decimal 149 136 104 0 0.09 0.30 0.42 42.67 0.18 0.5
Hex 95 88 68 0 9 1E 2A 2B 12 32
Octal 225 210 150 0 11 36 52 53 22 62
Binary 10010101 10001000 1101000 0 1001 11110 101010 101011 10010 110010

Color Harmonies of #958868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958868

Black with #958868

Text Example


Text Example

White with #958868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958868; }

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

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

background-color css

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

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

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

border-color css

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

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

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