#96AB68

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

Shades of Green Smoke #96AB68

Tints of Green Smoke #96AB68

Color information

#96AB68 (or 0x96AB68) is unknown color: approx Green Smoke. HEX triplet: 96, AB and 68. RGB value is (150,171,104). Sum of RGB (Red+Green+Blue) = 150+171+104=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AB68 is #695497. Grayscale: #9D9D9D. Windows color (decimal): -6902936 or 6859670. OLE color: 6859670.

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

Color convert

RGB150171104-
CMYK0.1200.390.33
HSL78.81º28.51%53.92%-
HSV(B)78.81º39.18%67.06%-
XYZ29.6436.6118.6-
YUV157.0898.04122.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.29%
GREEN value IS 171 (67.19% from 255) = 40.24%
BLUE value IS 104 (41.02% from 255) = 24.47%
R=35.29%
G=40.24%
B=24.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501711040.1200.390.3378.8128.5153.92
Hex96AB68C027214f1d36
Octal22625315014047411173566
Binary1001011010101011110100011000100111100001100111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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