#9CA764

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

Shades of Green Smoke #9CA764

Tints of Green Smoke #9CA764

Color information

#9CA764 (or 0x9CA764) is unknown color: approx Green Smoke. HEX triplet: 9C, A7 and 64. RGB value is (156,167,100). Sum of RGB (Red+Green+Blue) = 156+167+100=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 167 - color contains mainly: green. Hex color #9CA764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA764 is #63589B. Grayscale: #9C9C9C. Windows color (decimal): -6510748 or 6596508. OLE color: 6596508.

HSL color Cylindrical-coordinate representation of color #9CA764: hue angle of 69.85º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9CA764 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB156167100-
CMYK0.0700.400.35
HSL69.85º27.57%52.35%-
HSV(B)69.85º40.12%65.49%-
XYZ29.8335.6317.36-
YUV156.0796.36127.95-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.88%
GREEN value IS 167 (65.62% from 255) = 39.48%
BLUE value IS 100 (39.45% from 255) = 23.64%
R=36.88%
G=39.48%
B=23.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1561671000.0700.400.3569.8527.5752.35
Hex9CA764702823461c34
Octal2342471447050431063464
Binary100111001010011111001001110101000100011100011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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