Html Css Color HEX #958A5D Granite Green

📋 copy color: '#958A5D'

red 149 ◦ green 138 ◦ blue 93

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

Shades of Granite Green #958A5D

Tints of Granite Green #958A5D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.32%

 BLUE value IS 93 (36.72% from 255) = 24.47%

R = 39.21%
G = 36.32%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#958A5D (or 0x958A5D) is known color: Granite Green. HEX triplet: 95, 8A and 5D. RGB value is (149,138,93). Sum of RGB (Red+Green+Blue) = 149+138+93=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 149 - color contains mainly: red. Hex color #958A5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958A5D is #6A75A2. Grayscale: #888888. Windows color (decimal): -6976931 or 6130325. OLE color: 6130325.

HSL color Cylindrical-coordinate representation of color #958A5D: hue angle of 48.21º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #958A5D is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 138 93 -
CMYK 0 0.07 0.38 0.42
HSL 48.21º 0.23% 0.47% -
HSV(B) 48.21º 0.38% 0.58% -
XYZ 23.46 25.36 14.01 -
YUV 136.16 103.64 137.16 -
System Red Green Blue C M Y K H S L
Decimal 149 138 93 0 0.07 0.38 0.42 48.21 0.23 0.47
Hex 95 8A 5D 0 7 26 2A 30 17 2F
Octal 225 212 135 0 7 46 52 60 27 57
Binary 10010101 10001010 1011101 0 111 100110 101010 110000 10111 101111

Color Harmonies of #958A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958A5D

Black with #958A5D

Text Example


Text Example

White with #958A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958A5D; }

 p { color: rgb(149,138,93); }

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

background-color css

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

 a { background-color: rgb(149,138,93); }

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

border-color css

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

 span { border-color: rgb(149,138,93); }

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