Html Css Color HEX #93A27F Sage

📋 copy color: '#93A27F'

red 147 ◦ green 162 ◦ blue 127

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

Shades of Sage #93A27F

Tints of Sage #93A27F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.16%

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

R = 33.72%
G = 37.16%
B = 29.13%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#93A27F (or 0x93A27F) is known color: Sage. HEX triplet: 93, A2 and 7F. RGB value is (147,162,127). Sum of RGB (Red+Green+Blue) = 147+162+127=436 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.72% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 162 - color contains mainly: green. Hex color #93A27F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A27F is #6C5D80. Grayscale: #999999. Windows color (decimal): -7101825 or 8364691. OLE color: 8364691.

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

Color convert

RGB 147 162 127 -
CMYK 0.09 0 0.22 0.36
HSL 85.71º 0.16% 0.57% -
HSV(B) 85.71º 0.22% 0.64% -
XYZ 28.78 33.58 25.04 -
YUV 153.53 113.03 123.35 -
System Red Green Blue C M Y K H S L
Decimal 147 162 127 0.09 0 0.22 0.36 85.71 0.16 0.57
Hex 93 A2 7F 9 0 16 24 56 10 39
Octal 223 242 177 11 0 26 44 126 20 71
Binary 10010011 10100010 1111111 1001 0 10110 100100 1010110 10000 111001

Color Harmonies of #93A27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A27F

Black with #93A27F

Text Example


Text Example

White with #93A27F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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