Html Css Color HEX #958465 Granite Green

📋 copy color: '#958465'

red 149 ◦ green 132 ◦ blue 101

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

Shades of Granite Green #958465

Tints of Granite Green #958465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.55%

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

R = 39.01%
G = 34.55%
B = 26.44%

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

#958465 (or 0x958465) is known color: Granite Green. HEX triplet: 95, 84 and 65. RGB value is (149,132,101). Sum of RGB (Red+Green+Blue) = 149+132+101=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 101 (39.84% from 255 or 26.44% from 382); Max value from RGB is 149 - color contains mainly: red. Hex color #958465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958465 is #6A7B9A. Grayscale: #858585. Windows color (decimal): -6978459 or 6653077. OLE color: 6653077.

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

Color convert

RGB 149 132 101 -
CMYK 0 0.11 0.32 0.42
HSL 38.75º 0.19% 0.49% -
HSV(B) 38.75º 0.32% 0.58% -
XYZ 22.99 23.83 15.7 -
YUV 133.55 109.63 139.02 -
System Red Green Blue C M Y K H S L
Decimal 149 132 101 0 0.11 0.32 0.42 38.75 0.19 0.49
Hex 95 84 65 0 B 20 2A 27 13 31
Octal 225 204 145 0 13 40 52 47 23 61
Binary 10010101 10000100 1100101 0 1011 100000 101010 100111 10011 110001

Color Harmonies of #958465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958465

Black with #958465

Text Example


Text Example

White with #958465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958465; }

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

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

background-color css

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

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

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

border-color css

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

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

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