Html Css Color HEX #96A845 Green Smoke

📋 copy color: '#96A845'

red 150 ◦ green 168 ◦ blue 69

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

Shades of Green Smoke #96A845

Tints of Green Smoke #96A845

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.41%

 BLUE value IS 69 (27.34% from 255) = 17.83%

R = 38.76%
G = 43.41%
B = 17.83%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.59

 K value IS 0.34

RGB Variations

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

Color information

#96A845 (or 0x96A845) is known color: Green Smoke. HEX triplet: 96, A8 and 45. RGB value is (150,168,69). Sum of RGB (Red+Green+Blue) = 150+168+69=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 168 - color contains mainly: green. Hex color #96A845 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A845 is #6957BA. Grayscale: #979797. Windows color (decimal): -6903739 or 4565142. OLE color: 4565142.

HSL color Cylindrical-coordinate representation of color #96A845: hue angle of 70.91º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96A845 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB 150 168 69 -
CMYK 0.11 0 0.59 0.34
HSL 70.91º 0.42% 0.46% -
HSV(B) 70.91º 0.59% 0.66% -
XYZ 27.65 34.92 10.91 -
YUV 151.33 81.54 127.05 -
System Red Green Blue C M Y K H S L
Decimal 150 168 69 0.11 0 0.59 0.34 70.91 0.42 0.46
Hex 96 A8 45 B 0 3B 22 47 2A 2E
Octal 226 250 105 13 0 73 42 107 52 56
Binary 10010110 10101000 1000101 1011 0 111011 100010 1000111 101010 101110

Color Harmonies of #96A845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A845

Black with #96A845

Text Example


Text Example

White with #96A845

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,168,69); }

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

background-color css

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

 a { background-color: rgb(150,168,69); }

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

border-color css

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

 span { border-color: rgb(150,168,69); }

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