Html Css Color HEX #969D50 Green Smoke

📋 copy color: '#969D50'

red 150 ◦ green 157 ◦ blue 80

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

Shades of Green Smoke #969D50

Tints of Green Smoke #969D50

RGB

 RED value IS 150 (58.98% from 255) = 38.76%

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

 BLUE value IS 80 (31.64% from 255) = 20.67%

R = 38.76%
G = 40.57%
B = 20.67%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#969D50 (or 0x969D50) is known color: Green Smoke. HEX triplet: 96, 9D and 50. RGB value is (150,157,80). Sum of RGB (Red+Green+Blue) = 150+157+80=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 157 (61.72% from 255 or 40.57% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 157 - color contains mainly: green. Hex color #969D50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969D50 is #6962AF. Grayscale: #929292. Windows color (decimal): -6906544 or 5283222. OLE color: 5283222.

HSL color Cylindrical-coordinate representation of color #969D50: hue angle of 65.45º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #969D50 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 157 80 -
CMYK 0.04 0 0.49 0.38
HSL 65.45º 0.32% 0.46% -
HSV(B) 65.45º 0.49% 0.62% -
XYZ 26.08 31.18 12.23 -
YUV 146.13 90.68 130.76 -
System Red Green Blue C M Y K H S L
Decimal 150 157 80 0.04 0 0.49 0.38 65.45 0.32 0.46
Hex 96 9D 50 4 0 31 26 41 20 2E
Octal 226 235 120 4 0 61 46 101 40 56
Binary 10010110 10011101 1010000 100 0 110001 100110 1000001 100000 101110

Color Harmonies of #969D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969D50

Black with #969D50

Text Example


Text Example

White with #969D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969D50; }

 p { color: rgb(150,157,80); }

 H1.HeaderClassName
 {
   color: #969D50;
 }
 .AnyTagClassName
 {
   color: #969D50;
 }
</style>

background-color css

<style>
 a { background-color: #969D50; }

 a { background-color: rgb(150,157,80); }

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

border-color css

<style>
 span { border-color: #969D50; }

 span { border-color: rgb(150,157,80); }

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