Html Css Color HEX #93A47F Sage

📋 copy color: '#93A47F'

red 147 ◦ green 164 ◦ blue 127

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

Shades of Sage #93A47F

Tints of Sage #93A47F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29%

R = 33.56%
G = 37.44%
B = 29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#93A47F (or 0x93A47F) is known color: Sage. HEX triplet: 93, A4 and 7F. RGB value is (147,164,127). Sum of RGB (Red+Green+Blue) = 147+164+127=438 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.56% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 164 - color contains mainly: green. Hex color #93A47F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A47F is #6C5B80. Grayscale: #9A9A9A. Windows color (decimal): -7101313 or 8365203. OLE color: 8365203.

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

Color convert

RGB 147 164 127 -
CMYK 0.10 0 0.23 0.36
HSL 87.57º 0.17% 0.57% -
HSV(B) 87.57º 0.23% 0.64% -
XYZ 29.14 34.29 25.16 -
YUV 154.7 112.37 122.51 -
System Red Green Blue C M Y K H S L
Decimal 147 164 127 0.10 0 0.23 0.36 87.57 0.17 0.57
Hex 93 A4 7F A 0 17 24 58 11 39
Octal 223 244 177 12 0 27 44 130 21 71
Binary 10010011 10100100 1111111 1010 0 10111 100100 1011000 10001 111001

Color Harmonies of #93A47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A47F

Black with #93A47F

Text Example


Text Example

White with #93A47F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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