Html Css Color HEX #959D4F Green Smoke

📋 copy color: '#959D4F'

red 149 ◦ green 157 ◦ blue 79

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

Shades of Green Smoke #959D4F

Tints of Green Smoke #959D4F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.78%

 BLUE value IS 79 (31.25% from 255) = 20.52%

R = 38.7%
G = 40.78%
B = 20.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#959D4F (or 0x959D4F) is known color: Green Smoke. HEX triplet: 95, 9D and 4F. RGB value is (149,157,79). Sum of RGB (Red+Green+Blue) = 149+157+79=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 157 (61.72% from 255 or 40.78% from 385); Blue value is 79 (31.25% from 255 or 20.52% from 385); Max value from RGB is 157 - color contains mainly: green. Hex color #959D4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959D4F is #6A62B0. Grayscale: #929292. Windows color (decimal): -6972081 or 5217685. OLE color: 5217685.

HSL color Cylindrical-coordinate representation of color #959D4F: hue angle of 66.15º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #959D4F is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 157 79 -
CMYK 0.05 0 0.50 0.38
HSL 66.15º 0.33% 0.46% -
HSV(B) 66.15º 0.5% 0.62% -
XYZ 25.86 31.07 12.03 -
YUV 145.72 90.35 130.34 -
System Red Green Blue C M Y K H S L
Decimal 149 157 79 0.05 0 0.50 0.38 66.15 0.33 0.46
Hex 95 9D 4F 5 0 32 26 42 21 2E
Octal 225 235 117 5 0 62 46 102 41 56
Binary 10010101 10011101 1001111 101 0 110010 100110 1000010 100001 101110

Color Harmonies of #959D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959D4F

Black with #959D4F

Text Example


Text Example

White with #959D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959D4F; }

 p { color: rgb(149,157,79); }

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

background-color css

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

 a { background-color: rgb(149,157,79); }

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

border-color css

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

 span { border-color: rgb(149,157,79); }

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