Html Css Color HEX #958865 Granite Green

📋 copy color: '#958865'

red 149 ◦ green 136 ◦ blue 101

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

Shades of Granite Green #958865

Tints of Granite Green #958865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.17%

R = 38.6%
G = 35.23%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#958865 (or 0x958865) is known color: Granite Green. HEX triplet: 95, 88 and 65. RGB value is (149,136,101). Sum of RGB (Red+Green+Blue) = 149+136+101=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 149 - color contains mainly: red. Hex color #958865 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958865 is #6A779A. Grayscale: #888888. Windows color (decimal): -6977435 or 6654101. OLE color: 6654101.

HSL color Cylindrical-coordinate representation of color #958865: hue angle of 43.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #958865 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 136 101 -
CMYK 0 0.09 0.32 0.42
HSL 43.75º 0.19% 0.49% -
HSV(B) 43.75º 0.32% 0.58% -
XYZ 23.55 24.94 15.88 -
YUV 135.9 108.31 137.35 -
System Red Green Blue C M Y K H S L
Decimal 149 136 101 0 0.09 0.32 0.42 43.75 0.19 0.49
Hex 95 88 65 0 9 20 2A 2C 13 31
Octal 225 210 145 0 11 40 52 54 23 61
Binary 10010101 10001000 1100101 0 1001 100000 101010 101100 10011 110001

Color Harmonies of #958865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958865

Black with #958865

Text Example


Text Example

White with #958865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958865; }

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

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

background-color css

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

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

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

border-color css

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

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

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