Html Css Color HEX #93A07E Sage

📋 copy color: '#93A07E'

red 147 ◦ green 160 ◦ blue 126

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

Shades of Sage #93A07E

Tints of Sage #93A07E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.1%

R = 33.95%
G = 36.95%
B = 29.1%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#93A07E (or 0x93A07E) is known color: Sage. HEX triplet: 93, A0 and 7E. RGB value is (147,160,126). Sum of RGB (Red+Green+Blue) = 147+160+126=433 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.95% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 160 - color contains mainly: green. Hex color #93A07E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A07E is #6C5F81. Grayscale: #989898. Windows color (decimal): -7102338 or 8298643. OLE color: 8298643.

HSL color Cylindrical-coordinate representation of color #93A07E: hue angle of 82.94º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93A07E is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB 147 160 126 -
CMYK 0.08 0 0.21 0.37
HSL 82.94º 0.15% 0.56% -
HSV(B) 82.94º 0.21% 0.63% -
XYZ 28.37 32.85 24.58 -
YUV 152.24 113.19 124.26 -
System Red Green Blue C M Y K H S L
Decimal 147 160 126 0.08 0 0.21 0.37 82.94 0.15 0.56
Hex 93 A0 7E 8 0 15 25 53 F 38
Octal 223 240 176 10 0 25 45 123 17 70
Binary 10010011 10100000 1111110 1000 0 10101 100101 1010011 1111 111000

Color Harmonies of #93A07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A07E

Black with #93A07E

Text Example


Text Example

White with #93A07E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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