#9BAB70

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

Shades of Green Smoke #9BAB70

Tints of Green Smoke #9BAB70

Color information

#9BAB70 (or 0x9BAB70) is unknown color: approx Green Smoke. HEX triplet: 9B, AB and 70. RGB value is (155,171,112). Sum of RGB (Red+Green+Blue) = 155+171+112=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAB70 is #64548F. Grayscale: #9F9F9F. Windows color (decimal): -6575248 or 7383963. OLE color: 7383963.

HSL color Cylindrical-coordinate representation of color #9BAB70: hue angle of 76.27º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BAB70 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB155171112-
CMYK0.0900.350.33
HSL76.27º25.99%55.49%-
HSV(B)76.27º34.5%67.06%-
XYZ31.0137.2620.89-
YUV159.49101.2124.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.39%
GREEN value IS 171 (67.19% from 255) = 39.04%
BLUE value IS 112 (44.14% from 255) = 25.57%
R=35.39%
G=39.04%
B=25.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551711120.0900.350.3376.2725.9955.49
Hex9BAB709023214c1a37
Octal23325316011043411143267
Binary1001101110101011111000010010100011100001100110011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BAB70; }

 p { color: rgb(155,171,112); }

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

<style>
 a { background-color: #9BAB70; }

 a { background-color: rgb(155,171,112); }

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

<style>
 span { border-color: #9BAB70; }

 span { border-color: rgb(155,171,112); }

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