#94A76A

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

Shades of Green Smoke #94A76A

Tints of Green Smoke #94A76A

Color information

#94A76A (or 0x94A76A) is unknown color: approx Green Smoke. HEX triplet: 94, A7 and 6A. RGB value is (148,167,106). Sum of RGB (Red+Green+Blue) = 148+167+106=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 167 (65.62% from 255 or 39.67% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 167 - color contains mainly: green. Hex color #94A76A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A76A is #6B5895. Grayscale: #9A9A9A. Windows color (decimal): -7035030 or 6989716. OLE color: 6989716.

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

Color convert

RGB148167106-
CMYK0.1100.370.35
HSL78.69º25.74%53.53%-
HSV(B)78.69º36.53%65.49%-
XYZ28.6334.9718.88-
YUV154.36100.71123.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.15%
GREEN value IS 167 (65.62% from 255) = 39.67%
BLUE value IS 106 (41.80% from 255) = 25.18%
R=35.15%
G=39.67%
B=25.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1481671060.1100.370.3578.6925.7453.53
Hex94A76AB025234f1a36
Octal22424715213045431173266
Binary1001010010100111110101010110100101100011100111111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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