#9BA770

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

Shades of Green Smoke #9BA770

Tints of Green Smoke #9BA770

Color information

#9BA770 (or 0x9BA770) is unknown color: approx Green Smoke. HEX triplet: 9B, A7 and 70. RGB value is (155,167,112). Sum of RGB (Red+Green+Blue) = 155+167+112=434 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.71% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 167 - color contains mainly: green. Hex color #9BA770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA770 is #64588F. Grayscale: #9D9D9D. Windows color (decimal): -6576272 or 7382939. OLE color: 7382939.

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

Color convert

RGB155167112-
CMYK0.0700.330.35
HSL73.09º23.81%54.71%-
HSV(B)73.09º32.93%65.49%-
XYZ30.2635.7820.64-
YUV157.14102.52126.47-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.71%
GREEN value IS 167 (65.62% from 255) = 38.48%
BLUE value IS 112 (44.14% from 255) = 25.81%
R=35.71%
G=38.48%
B=25.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1551671120.0700.330.3573.0923.8154.71
Hex9BA770702123491837
Octal2332471607041431113067
Binary100110111010011111100001110100001100011100100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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