#96AD62

Color #96AD62 Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #96AD62

Tints of Green Smoke #96AD62

Color information

#96AD62 (or 0x96AD62) is unknown color: approx Green Smoke. HEX triplet: 96, AD and 62. RGB value is (150,173,98). Sum of RGB (Red+Green+Blue) = 150+173+98=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 98 (38.67% from 255 or 23.28% from 421); Max value from RGB is 173 - color contains mainly: green. Hex color #96AD62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AD62 is #69529D. Grayscale: #9D9D9D. Windows color (decimal): -6902430 or 6466966. OLE color: 6466966.

HSL color Cylindrical-coordinate representation of color #96AD62: hue angle of 78.4º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96AD62 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB15017398-
CMYK0.1300.430.32
HSL78.4º31.38%53.14%-
HSV(B)78.4º43.35%67.84%-
XYZ29.7337.2517.18-
YUV157.5794.38122.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.63%
GREEN value IS 173 (67.97% from 255) = 41.09%
BLUE value IS 98 (38.67% from 255) = 23.28%
R=35.63%
G=41.09%
B=23.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal150173980.1300.430.3278.431.3853.14
Hex96AD62D02B204e1f35
Octal22625514215053401163765
Binary1001011010101101110001011010101011100000100111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,173,98); }

 H1.HeaderClassName
 {
   color: #96AD62;
 }
 .AnyTagClassName
 {
   color: #96AD62;
 }
</style>
background-color css

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

 a { background-color: rgb(150,173,98); }

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

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

 span { border-color: rgb(150,173,98); }

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