Html Css Color HEX #96A646 Green Smoke

📋 copy color: '#96A646'

red 150 ◦ green 166 ◦ blue 70

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

Shades of Green Smoke #96A646

Tints of Green Smoke #96A646

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.01%

 BLUE value IS 70 (27.73% from 255) = 18.13%

R = 38.86%
G = 43.01%
B = 18.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#96A646 (or 0x96A646) is known color: Green Smoke. HEX triplet: 96, A6 and 46. RGB value is (150,166,70). Sum of RGB (Red+Green+Blue) = 150+166+70=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 166 (65.23% from 255 or 43.01% from 386); Blue value is 70 (27.73% from 255 or 18.13% from 386); Max value from RGB is 166 - color contains mainly: green. Hex color #96A646 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A646 is #6959B9. Grayscale: #969696. Windows color (decimal): -6904250 or 4630166. OLE color: 4630166.

HSL color Cylindrical-coordinate representation of color #96A646: hue angle of 70º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #96A646 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 150 166 70 -
CMYK 0.10 0 0.58 0.35
HSL 70º 0.41% 0.46% -
HSV(B) 70º 0.58% 0.65% -
XYZ 27.32 34.2 10.96 -
YUV 150.27 82.7 127.81 -
System Red Green Blue C M Y K H S L
Decimal 150 166 70 0.10 0 0.58 0.35 70 0.41 0.46
Hex 96 A6 46 A 0 3A 23 46 29 2E
Octal 226 246 106 12 0 72 43 106 51 56
Binary 10010110 10100110 1000110 1010 0 111010 100011 1000110 101001 101110

Color Harmonies of #96A646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A646

Black with #96A646

Text Example


Text Example

White with #96A646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96A646; }

 p { color: rgb(150,166,70); }

 H1.HeaderClassName
 {
   color: #96A646;
 }
 .AnyTagClassName
 {
   color: #96A646;
 }
</style>

background-color css

<style>
 a { background-color: #96A646; }

 a { background-color: rgb(150,166,70); }

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

border-color css

<style>
 span { border-color: #96A646; }

 span { border-color: rgb(150,166,70); }

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