Html Css Color HEX #959E5C Green Smoke

📋 copy color: '#959E5C'

red 149 ◦ green 158 ◦ blue 92

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

Shades of Green Smoke #959E5C

Tints of Green Smoke #959E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.06%

R = 37.34%
G = 39.6%
B = 23.06%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#959E5C (or 0x959E5C) is known color: Green Smoke. HEX triplet: 95, 9E and 5C. RGB value is (149,158,92). Sum of RGB (Red+Green+Blue) = 149+158+92=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 158 (62.11% from 255 or 39.60% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 158 - color contains mainly: green. Hex color #959E5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959E5C is #6A61A3. Grayscale: #949494. Windows color (decimal): -6971812 or 6069909. OLE color: 6069909.

HSL color Cylindrical-coordinate representation of color #959E5C: hue angle of 68.18º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #959E5C is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 158 92 -
CMYK 0.06 0 0.42 0.38
HSL 68.18º 0.26% 0.49% -
HSV(B) 68.18º 0.42% 0.62% -
XYZ 26.55 31.62 14.83 -
YUV 147.79 96.52 128.87 -
System Red Green Blue C M Y K H S L
Decimal 149 158 92 0.06 0 0.42 0.38 68.18 0.26 0.49
Hex 95 9E 5C 6 0 2A 26 44 1A 31
Octal 225 236 134 6 0 52 46 104 32 61
Binary 10010101 10011110 1011100 110 0 101010 100110 1000100 11010 110001

Color Harmonies of #959E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959E5C

Black with #959E5C

Text Example


Text Example

White with #959E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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