Html Css Color HEX #93A676 Sage

📋 copy color: '#93A676'

red 147 ◦ green 166 ◦ blue 118

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

Shades of Sage #93A676

Tints of Sage #93A676

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.52%

 BLUE value IS 118 (46.48% from 255) = 27.38%

R = 34.11%
G = 38.52%
B = 27.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#93A676 (or 0x93A676) is known color: Sage. HEX triplet: 93, A6 and 76. RGB value is (147,166,118). Sum of RGB (Red+Green+Blue) = 147+166+118=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 166 (65.23% from 255 or 38.52% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 166 - color contains mainly: green. Hex color #93A676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A676 is #6C5989. Grayscale: #9B9B9B. Windows color (decimal): -7100810 or 7775891. OLE color: 7775891.

HSL color Cylindrical-coordinate representation of color #93A676: hue angle of 83.75º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93A676 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 147 166 118 -
CMYK 0.11 0 0.29 0.35
HSL 83.75º 0.21% 0.56% -
HSV(B) 83.75º 0.29% 0.65% -
XYZ 28.94 34.78 22.33 -
YUV 154.85 107.21 122.4 -
System Red Green Blue C M Y K H S L
Decimal 147 166 118 0.11 0 0.29 0.35 83.75 0.21 0.56
Hex 93 A6 76 B 0 1D 23 54 15 38
Octal 223 246 166 13 0 35 43 124 25 70
Binary 10010011 10100110 1110110 1011 0 11101 100011 1010100 10101 111000

Color Harmonies of #93A676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A676

Black with #93A676

Text Example


Text Example

White with #93A676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,166,118); }

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

background-color css

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

 a { background-color: rgb(147,166,118); }

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

border-color css

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

 span { border-color: rgb(147,166,118); }

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