#9BA066

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

Shades of Green Smoke #9BA066

Tints of Green Smoke #9BA066

Color information

#9BA066 (or 0x9BA066) is unknown color: approx Green Smoke. HEX triplet: 9B, A0 and 66. RGB value is (155,160,102). Sum of RGB (Red+Green+Blue) = 155+160+102=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA066 is #645F99. Grayscale: #989898. Windows color (decimal): -6578074 or 6725787. OLE color: 6725787.

HSL color Cylindrical-coordinate representation of color #9BA066: hue angle of 65.17º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BA066 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB155160102-
CMYK0.0300.360.37
HSL65.17º23.39%51.37%-
HSV(B)65.17º36.25%62.75%-
XYZ28.4933.0717.45-
YUV151.8999.84130.22-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.17%
GREEN value IS 160 (62.89% from 255) = 38.37%
BLUE value IS 102 (40.23% from 255) = 24.46%
R=37.17%
G=38.37%
B=24.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1551601020.0300.360.3765.1723.3951.37
Hex9BA066302425411733
Octal2332401463044451012763
Binary10011011101000001100110110100100100101100000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,160,102); }

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

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

 a { background-color: rgb(155,160,102); }

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

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

 span { border-color: rgb(155,160,102); }

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