#9CA670

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

Shades of Green Smoke #9CA670

Tints of Green Smoke #9CA670

Color information

#9CA670 (or 0x9CA670) is unknown color: approx Green Smoke. HEX triplet: 9C, A6 and 70. RGB value is (156,166,112). Sum of RGB (Red+Green+Blue) = 156+166+112=434 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.94% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 166 - color contains mainly: green. Hex color #9CA670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA670 is #63598F. Grayscale: #9D9D9D. Windows color (decimal): -6510992 or 7382684. OLE color: 7382684.

HSL color Cylindrical-coordinate representation of color #9CA670: hue angle of 71.11º degrees, saturation: 0.23, 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 #9CA670 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB156166112-
CMYK0.0600.330.35
HSL71.11º23.28%54.51%-
HSV(B)71.11º32.53%65.1%-
XYZ30.2735.5120.59-
YUV156.85102.69127.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.94%
GREEN value IS 166 (65.23% from 255) = 38.25%
BLUE value IS 112 (44.14% from 255) = 25.81%
R=35.94%
G=38.25%
B=25.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1561661120.0600.330.3571.1123.2854.51
Hex9CA670602123471737
Octal2342461606041431072767
Binary100111001010011011100001100100001100011100011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,166,112); }

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

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

 a { background-color: rgb(156,166,112); }

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

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

 span { border-color: rgb(156,166,112); }

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