Html Css Color HEX #958565 Granite Green

📋 copy color: '#958565'

red 149 ◦ green 133 ◦ blue 101

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

Shades of Granite Green #958565

Tints of Granite Green #958565

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.73%

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

R = 38.9%
G = 34.73%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#958565 (or 0x958565) is known color: Granite Green. HEX triplet: 95, 85 and 65. RGB value is (149,133,101). Sum of RGB (Red+Green+Blue) = 149+133+101=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 149 - color contains mainly: red. Hex color #958565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958565 is #6A7A9A. Grayscale: #868686. Windows color (decimal): -6978203 or 6653333. OLE color: 6653333.

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

Color convert

RGB 149 133 101 -
CMYK 0 0.11 0.32 0.42
HSL 40º 0.19% 0.49% -
HSV(B) 40º 0.32% 0.58% -
XYZ 23.13 24.1 15.75 -
YUV 134.14 109.3 138.6 -
System Red Green Blue C M Y K H S L
Decimal 149 133 101 0 0.11 0.32 0.42 40 0.19 0.49
Hex 95 85 65 0 B 20 2A 28 13 31
Octal 225 205 145 0 13 40 52 50 23 61
Binary 10010101 10000101 1100101 0 1011 100000 101010 101000 10011 110001

Color Harmonies of #958565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958565

Black with #958565

Text Example


Text Example

White with #958565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958565; }

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

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

background-color css

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

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

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

border-color css

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

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

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