Html Css Color HEX #93A174 Sage

📋 copy color: '#93A174'

red 147 ◦ green 161 ◦ blue 116

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

Shades of Sage #93A174

Tints of Sage #93A174

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.97%

 BLUE value IS 116 (45.7% from 255) = 27.36%

R = 34.67%
G = 37.97%
B = 27.36%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#93A174 (or 0x93A174) is known color: Sage. HEX triplet: 93, A1 and 74. RGB value is (147,161,116). Sum of RGB (Red+Green+Blue) = 147+161+116=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 161 - color contains mainly: green. Hex color #93A174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A174 is #6C5E8B. Grayscale: #979797. Windows color (decimal): -7102092 or 7643539. OLE color: 7643539.

HSL color Cylindrical-coordinate representation of color #93A174: hue angle of 78.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93A174 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB 147 161 116 -
CMYK 0.09 0 0.28 0.37
HSL 78.67º 0.19% 0.54% -
HSV(B) 78.67º 0.28% 0.63% -
XYZ 27.93 32.95 21.41 -
YUV 151.68 107.86 124.66 -
System Red Green Blue C M Y K H S L
Decimal 147 161 116 0.09 0 0.28 0.37 78.67 0.19 0.54
Hex 93 A1 74 9 0 1C 25 4F 13 36
Octal 223 241 164 11 0 34 45 117 23 66
Binary 10010011 10100001 1110100 1001 0 11100 100101 1001111 10011 110110

Color Harmonies of #93A174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A174

Black with #93A174

Text Example


Text Example

White with #93A174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,161,116); }

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

background-color css

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

 a { background-color: rgb(147,161,116); }

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

border-color css

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

 span { border-color: rgb(147,161,116); }

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