Html Css Color HEX #93A469 Green Smoke

📋 copy color: '#93A469'

red 147 ◦ green 164 ◦ blue 105

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

Shades of Green Smoke #93A469

Tints of Green Smoke #93A469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.24%

R = 35.34%
G = 39.42%
B = 25.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#93A469 (or 0x93A469) is known color: Green Smoke. HEX triplet: 93, A4 and 69. RGB value is (147,164,105). Sum of RGB (Red+Green+Blue) = 147+164+105=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 164 (64.45% from 255 or 39.42% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 164 - color contains mainly: green. Hex color #93A469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A469 is #6C5B96. Grayscale: #989898. Windows color (decimal): -7101335 or 6923411. OLE color: 6923411.

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

Color convert

RGB 147 164 105 -
CMYK 0.10 0 0.36 0.36
HSL 77.29º 0.24% 0.53% -
HSV(B) 77.29º 0.36% 0.64% -
XYZ 27.86 33.77 18.42 -
YUV 152.19 101.37 124.3 -
System Red Green Blue C M Y K H S L
Decimal 147 164 105 0.10 0 0.36 0.36 77.29 0.24 0.53
Hex 93 A4 69 A 0 24 24 4D 18 35
Octal 223 244 151 12 0 44 44 115 30 65
Binary 10010011 10100100 1101001 1010 0 100100 100100 1001101 11000 110101

Color Harmonies of #93A469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A469

Black with #93A469

Text Example


Text Example

White with #93A469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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