#9CA770

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

Shades of Green Smoke #9CA770

Tints of Green Smoke #9CA770

Color information

#9CA770 (or 0x9CA770) is unknown color: approx Green Smoke. HEX triplet: 9C, A7 and 70. RGB value is (156,167,112). Sum of RGB (Red+Green+Blue) = 156+167+112=435 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.86% from 435); Green value is 167 (65.62% from 255 or 38.39% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 167 - color contains mainly: green. Hex color #9CA770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA770 is #63588F. Grayscale: #9D9D9D. Windows color (decimal): -6510736 or 7382940. OLE color: 7382940.

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

Color convert

RGB156167112-
CMYK0.0700.330.35
HSL72º23.81%54.71%-
HSV(B)72º32.93%65.49%-
XYZ30.4535.8820.65-
YUV157.44102.36126.97-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.86%
GREEN value IS 167 (65.62% from 255) = 38.39%
BLUE value IS 112 (44.14% from 255) = 25.75%
R=35.86%
G=38.39%
B=25.75%

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
Decimal1561671120.0700.330.357223.8154.71
Hex9CA770702123481837
Octal2342471607041431103067
Binary100111001010011111100001110100001100011100100011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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