Html Css Color HEX #958C5E Granite Green

📋 copy color: '#958C5E'

red 149 ◦ green 140 ◦ blue 94

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

Shades of Granite Green #958C5E

Tints of Granite Green #958C5E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.55%

 BLUE value IS 94 (37.11% from 255) = 24.54%

R = 38.9%
G = 36.55%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#958C5E (or 0x958C5E) is known color: Granite Green. HEX triplet: 95, 8C and 5E. RGB value is (149,140,94). Sum of RGB (Red+Green+Blue) = 149+140+94=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 149 - color contains mainly: red. Hex color #958C5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958C5E is #6A73A1. Grayscale: #898989. Windows color (decimal): -6976418 or 6196373. OLE color: 6196373.

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

Color convert

RGB 149 140 94 -
CMYK 0 0.06 0.37 0.42
HSL 50.18º 0.23% 0.48% -
HSV(B) 50.18º 0.37% 0.58% -
XYZ 23.79 25.95 14.35 -
YUV 137.45 103.48 136.24 -
System Red Green Blue C M Y K H S L
Decimal 149 140 94 0 0.06 0.37 0.42 50.18 0.23 0.48
Hex 95 8C 5E 0 6 25 2A 32 17 30
Octal 225 214 136 0 6 45 52 62 27 60
Binary 10010101 10001100 1011110 0 110 100101 101010 110010 10111 110000

Color Harmonies of #958C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958C5E

Black with #958C5E

Text Example


Text Example

White with #958C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,140,94); }

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

background-color css

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

 a { background-color: rgb(149,140,94); }

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

border-color css

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

 span { border-color: rgb(149,140,94); }

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