#94A75B

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

Shades of Green Smoke #94A75B

Tints of Green Smoke #94A75B

Color information

#94A75B (or 0x94A75B) is unknown color: approx Green Smoke. HEX triplet: 94, A7 and 5B. RGB value is (148,167,91). Sum of RGB (Red+Green+Blue) = 148+167+91=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 167 (65.62% from 255 or 41.13% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 167 - color contains mainly: green. Hex color #94A75B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A75B is #6B58A4. Grayscale: #989898. Windows color (decimal): -7035045 or 6006676. OLE color: 6006676.

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

Color convert

RGB14816791-
CMYK0.1100.460.35
HSL75º30.16%50.59%-
HSV(B)75º45.51%65.49%-
XYZ27.9234.6915.12-
YUV152.6693.21124.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.45%
GREEN value IS 167 (65.62% from 255) = 41.13%
BLUE value IS 91 (35.94% from 255) = 22.41%
R=36.45%
G=41.13%
B=22.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal148167910.1100.460.357530.1650.59
Hex94A75BB02E234b1e33
Octal22424713313056431133663
Binary1001010010100111101101110110101110100011100101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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