#94A76C

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

Shades of Green Smoke #94A76C

Tints of Green Smoke #94A76C

Color information

#94A76C (or 0x94A76C) is unknown color: approx Green Smoke. HEX triplet: 94, A7 and 6C. RGB value is (148,167,108). Sum of RGB (Red+Green+Blue) = 148+167+108=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 167 - color contains mainly: green. Hex color #94A76C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A76C is #6B5893. Grayscale: #9A9A9A. Windows color (decimal): -7035028 or 7120788. OLE color: 7120788.

HSL color Cylindrical-coordinate representation of color #94A76C: hue angle of 79.32º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94A76C is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB148167108-
CMYK0.1100.350.35
HSL79.32º25.11%53.92%-
HSV(B)79.32º35.33%65.49%-
XYZ28.7435.0219.43-
YUV154.59101.71123.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.99%
GREEN value IS 167 (65.62% from 255) = 39.48%
BLUE value IS 108 (42.58% from 255) = 25.53%
R=34.99%
G=39.48%
B=25.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1481671080.1100.350.3579.3225.1153.92
Hex94A76CB023234f1936
Octal22424715413043431173166
Binary1001010010100111110110010110100011100011100111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94A76C; }

 p { color: rgb(148,167,108); }

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

<style>
 a { background-color: #94A76C; }

 a { background-color: rgb(148,167,108); }

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

<style>
 span { border-color: #94A76C; }

 span { border-color: rgb(148,167,108); }

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