#96AB62

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

Shades of Green Smoke #96AB62

Tints of Green Smoke #96AB62

Color information

#96AB62 (or 0x96AB62) is unknown color: approx Green Smoke. HEX triplet: 96, AB and 62. RGB value is (150,171,98). Sum of RGB (Red+Green+Blue) = 150+171+98=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 98 (38.67% from 255 or 23.39% from 419); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AB62 is #69549D. Grayscale: #9C9C9C. Windows color (decimal): -6902942 or 6466454. OLE color: 6466454.

HSL color Cylindrical-coordinate representation of color #96AB62: hue angle of 77.26º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96AB62 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB15017198-
CMYK0.1200.430.33
HSL77.26º30.29%52.75%-
HSV(B)77.26º42.69%67.06%-
XYZ29.3536.4917.05-
YUV156.495.04123.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.80%
GREEN value IS 171 (67.19% from 255) = 40.81%
BLUE value IS 98 (38.67% from 255) = 23.39%
R=35.80%
G=40.81%
B=23.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150171980.1200.430.3377.2630.2952.75
Hex96AB62C02B214d1e35
Octal22625314214053411153665
Binary1001011010101011110001011000101011100001100110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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