Html Css Color HEX #94A44A Green Smoke

📋 copy color: '#94A44A'

red 148 ◦ green 164 ◦ blue 74

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

Shades of Green Smoke #94A44A

Tints of Green Smoke #94A44A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.49%

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

R = 38.34%
G = 42.49%
B = 19.17%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#94A44A (or 0x94A44A) is known color: Green Smoke. HEX triplet: 94, A4 and 4A. RGB value is (148,164,74). Sum of RGB (Red+Green+Blue) = 148+164+74=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 164 - color contains mainly: green. Hex color #94A44A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A44A is #6B5BB5. Grayscale: #959595. Windows color (decimal): -7035830 or 4891796. OLE color: 4891796.

HSL color Cylindrical-coordinate representation of color #94A44A: hue angle of 70.67º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #94A44A is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 148 164 74 -
CMYK 0.10 0 0.55 0.36
HSL 70.67º 0.38% 0.47% -
HSV(B) 70.67º 0.55% 0.64% -
XYZ 26.72 33.34 11.51 -
YUV 148.96 85.7 127.32 -
System Red Green Blue C M Y K H S L
Decimal 148 164 74 0.10 0 0.55 0.36 70.67 0.38 0.47
Hex 94 A4 4A A 0 37 24 47 26 2F
Octal 224 244 112 12 0 67 44 107 46 57
Binary 10010100 10100100 1001010 1010 0 110111 100100 1000111 100110 101111

Color Harmonies of #94A44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A44A

Black with #94A44A

Text Example


Text Example

White with #94A44A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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