#94AA69

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

Shades of Green Smoke #94AA69

Tints of Green Smoke #94AA69

Color information

#94AA69 (or 0x94AA69) is unknown color: approx Green Smoke. HEX triplet: 94, AA and 69. RGB value is (148,170,105). Sum of RGB (Red+Green+Blue) = 148+170+105=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 170 - color contains mainly: green. Hex color #94AA69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AA69 is #6B5596. Grayscale: #9C9C9C. Windows color (decimal): -7034263 or 6924948. OLE color: 6924948.

HSL color Cylindrical-coordinate representation of color #94AA69: hue angle of 80.31º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94AA69 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB148170105-
CMYK0.1300.380.33
HSL80.31º27.66%53.92%-
HSV(B)80.31º38.24%66.67%-
XYZ29.1436.0718.79-
YUV156.0199.21122.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.99%
GREEN value IS 170 (66.80% from 255) = 40.19%
BLUE value IS 105 (41.41% from 255) = 24.82%
R=34.99%
G=40.19%
B=24.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481701050.1300.380.3380.3127.6653.92
Hex94AA69D02621501c36
Octal22425215115046411203466
Binary1001010010101010110100111010100110100001101000011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,170,105); }

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

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

 a { background-color: rgb(148,170,105); }

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

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

 span { border-color: rgb(148,170,105); }

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