Html Css Color HEX #93A04A Green Smoke

📋 copy color: '#93A04A'

red 147 ◦ green 160 ◦ blue 74

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

Shades of Green Smoke #93A04A

Tints of Green Smoke #93A04A

RGB

 RED value IS 147 (57.81% from 255) = 38.58%

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

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

R = 38.58%
G = 41.99%
B = 19.42%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#93A04A (or 0x93A04A) is known color: Green Smoke. HEX triplet: 93, A0 and 4A. RGB value is (147,160,74). Sum of RGB (Red+Green+Blue) = 147+160+74=381 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.58% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 160 - color contains mainly: green. Hex color #93A04A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A04A is #6C5FB5. Grayscale: #929292. Windows color (decimal): -7102390 or 4890771. OLE color: 4890771.

HSL color Cylindrical-coordinate representation of color #93A04A: hue angle of 69.07º 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 #93A04A is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB 147 160 74 -
CMYK 0.08 0 0.54 0.37
HSL 69.07º 0.37% 0.46% -
HSV(B) 69.07º 0.54% 0.63% -
XYZ 25.84 31.84 11.26 -
YUV 146.31 87.19 128.49 -
System Red Green Blue C M Y K H S L
Decimal 147 160 74 0.08 0 0.54 0.37 69.07 0.37 0.46
Hex 93 A0 4A 8 0 36 25 45 25 2E
Octal 223 240 112 10 0 66 45 105 45 56
Binary 10010011 10100000 1001010 1000 0 110110 100101 1000101 100101 101110

Color Harmonies of #93A04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A04A

Black with #93A04A

Text Example


Text Example

White with #93A04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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