Html Css Color HEX #94A04A Green Smoke

📋 copy color: '#94A04A'

red 148 ◦ green 160 ◦ blue 74

#94A04A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Smoke #94A04A

Tints of Green Smoke #94A04A

RGB

 RED value IS 148 (58.2% from 255) = 38.74%

 GREEN value IS 160 (62.89% from 255) = 41.88%

 BLUE value IS 74 (29.3% from 255) = 19.37%

R = 38.74%
G = 41.88%
B = 19.37%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#94A04A (or 0x94A04A) is known color: Green Smoke. HEX triplet: 94, A0 and 4A. RGB value is (148,160,74). Sum of RGB (Red+Green+Blue) = 148+160+74=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 160 - color contains mainly: green. Hex color #94A04A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A04A is #6B5FB5. Grayscale: #929292. Windows color (decimal): -7036854 or 4890772. OLE color: 4890772.

HSL color Cylindrical-coordinate representation of color #94A04A: hue angle of 68.37º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #94A04A is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB 148 160 74 -
CMYK 0.07 0 0.54 0.37
HSL 68.37º 0.37% 0.46% -
HSV(B) 68.37º 0.54% 0.63% -
XYZ 26.02 31.93 11.27 -
YUV 146.61 87.02 128.99 -
System Red Green Blue C M Y K H S L
Decimal 148 160 74 0.07 0 0.54 0.37 68.37 0.37 0.46
Hex 94 A0 4A 7 0 36 25 44 25 2E
Octal 224 240 112 7 0 66 45 104 45 56
Binary 10010100 10100000 1001010 111 0 110110 100101 1000100 100101 101110

Color Harmonies of #94A04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A04A

Black with #94A04A

Text Example


Text Example

White with #94A04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,160,74); }

 H1.HeaderClassName
 {
   color: #94A04A;
 }
 .AnyTagClassName
 {
   color: #94A04A;
 }
</style>

background-color css

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

 a { background-color: rgb(148,160,74); }

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

border-color css

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

 span { border-color: rgb(148,160,74); }

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