Html Css Color HEX #93A07B Sage

📋 copy color: '#93A07B'

red 147 ◦ green 160 ◦ blue 123

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

Shades of Sage #93A07B

Tints of Sage #93A07B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.6%

R = 34.19%
G = 37.21%
B = 28.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#93A07B (or 0x93A07B) is known color: Sage. HEX triplet: 93, A0 and 7B. RGB value is (147,160,123). Sum of RGB (Red+Green+Blue) = 147+160+123=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 160 - color contains mainly: green. Hex color #93A07B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A07B is #6C5F84. Grayscale: #989898. Windows color (decimal): -7102341 or 8102035. OLE color: 8102035.

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

Color convert

RGB 147 160 123 -
CMYK 0.08 0 0.23 0.37
HSL 81.08º 0.16% 0.55% -
HSV(B) 81.08º 0.23% 0.63% -
XYZ 28.18 32.77 23.58 -
YUV 151.9 111.69 124.51 -
System Red Green Blue C M Y K H S L
Decimal 147 160 123 0.08 0 0.23 0.37 81.08 0.16 0.55
Hex 93 A0 7B 8 0 17 25 51 10 37
Octal 223 240 173 10 0 27 45 121 20 67
Binary 10010011 10100000 1111011 1000 0 10111 100101 1010001 10000 110111

Color Harmonies of #93A07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A07B

Black with #93A07B

Text Example


Text Example

White with #93A07B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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