Html Css Color HEX #959E5F Green Smoke

📋 copy color: '#959E5F'

red 149 ◦ green 158 ◦ blue 95

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

Shades of Green Smoke #959E5F

Tints of Green Smoke #959E5F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.3%

 BLUE value IS 95 (37.5% from 255) = 23.63%

R = 37.06%
G = 39.3%
B = 23.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#959E5F (or 0x959E5F) is known color: Green Smoke. HEX triplet: 95, 9E and 5F. RGB value is (149,158,95). Sum of RGB (Red+Green+Blue) = 149+158+95=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 158 (62.11% from 255 or 39.30% from 402); Blue value is 95 (37.5% from 255 or 23.63% from 402); Max value from RGB is 158 - color contains mainly: green. Hex color #959E5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959E5F is #6A61A0. Grayscale: #949494. Windows color (decimal): -6971809 or 6266517. OLE color: 6266517.

HSL color Cylindrical-coordinate representation of color #959E5F: hue angle of 68.57º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #959E5F is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 158 95 -
CMYK 0.06 0 0.40 0.38
HSL 68.57º 0.25% 0.5% -
HSV(B) 68.57º 0.4% 0.62% -
XYZ 26.69 31.67 15.53 -
YUV 148.13 98.02 128.62 -
System Red Green Blue C M Y K H S L
Decimal 149 158 95 0.06 0 0.40 0.38 68.57 0.25 0.5
Hex 95 9E 5F 6 0 28 26 45 19 32
Octal 225 236 137 6 0 50 46 105 31 62
Binary 10010101 10011110 1011111 110 0 101000 100110 1000101 11001 110010

Color Harmonies of #959E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959E5F

Black with #959E5F

Text Example


Text Example

White with #959E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,158,95); }

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

background-color css

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

 a { background-color: rgb(149,158,95); }

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

border-color css

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

 span { border-color: rgb(149,158,95); }

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