Html Css Color HEX #93A468 Green Smoke

📋 copy color: '#93A468'

red 147 ◦ green 164 ◦ blue 104

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

Shades of Green Smoke #93A468

Tints of Green Smoke #93A468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.06%

R = 35.42%
G = 39.52%
B = 25.06%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#93A468 (or 0x93A468) is known color: Green Smoke. HEX triplet: 93, A4 and 68. RGB value is (147,164,104). Sum of RGB (Red+Green+Blue) = 147+164+104=415 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.42% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 164 - color contains mainly: green. Hex color #93A468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A468 is #6C5B97. Grayscale: #989898. Windows color (decimal): -7101336 or 6857875. OLE color: 6857875.

HSL color Cylindrical-coordinate representation of color #93A468: hue angle of 77º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93A468 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB 147 164 104 -
CMYK 0.10 0 0.37 0.36
HSL 77º 0.25% 0.53% -
HSV(B) 77º 0.37% 0.64% -
XYZ 27.81 33.75 18.15 -
YUV 152.08 100.87 124.38 -
System Red Green Blue C M Y K H S L
Decimal 147 164 104 0.10 0 0.37 0.36 77 0.25 0.53
Hex 93 A4 68 A 0 25 24 4D 19 35
Octal 223 244 150 12 0 45 44 115 31 65
Binary 10010011 10100100 1101000 1010 0 100101 100100 1001101 11001 110101

Color Harmonies of #93A468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A468

Black with #93A468

Text Example


Text Example

White with #93A468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,164,104); }

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

background-color css

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

 a { background-color: rgb(147,164,104); }

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

border-color css

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

 span { border-color: rgb(147,164,104); }

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