Html Css Color HEX #959F4A Green Smoke

📋 copy color: '#959F4A'

red 149 ◦ green 159 ◦ blue 74

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

Shades of Green Smoke #959F4A

Tints of Green Smoke #959F4A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.62%

 BLUE value IS 74 (29.3% from 255) = 19.37%

R = 39.01%
G = 41.62%
B = 19.37%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#959F4A (or 0x959F4A) is known color: Green Smoke. HEX triplet: 95, 9F and 4A. RGB value is (149,159,74). Sum of RGB (Red+Green+Blue) = 149+159+74=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 159 (62.5% from 255 or 41.62% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 159 - color contains mainly: green. Hex color #959F4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959F4A is #6A60B5. Grayscale: #929292. Windows color (decimal): -6971574 or 4890517. OLE color: 4890517.

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

Color convert

RGB 149 159 74 -
CMYK 0.06 0 0.53 0.38
HSL 67.06º 0.36% 0.46% -
HSV(B) 67.06º 0.53% 0.62% -
XYZ 26.03 31.68 11.22 -
YUV 146.32 87.19 129.91 -
System Red Green Blue C M Y K H S L
Decimal 149 159 74 0.06 0 0.53 0.38 67.06 0.36 0.46
Hex 95 9F 4A 6 0 35 26 43 24 2E
Octal 225 237 112 6 0 65 46 103 44 56
Binary 10010101 10011111 1001010 110 0 110101 100110 1000011 100100 101110

Color Harmonies of #959F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959F4A

Black with #959F4A

Text Example


Text Example

White with #959F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,159,74); }

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

background-color css

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

 a { background-color: rgb(149,159,74); }

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

border-color css

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

 span { border-color: rgb(149,159,74); }

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