Html Css Color HEX #93A770 Sage

📋 copy color: '#93A770'

red 147 ◦ green 167 ◦ blue 112

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

Shades of Sage #93A770

Tints of Sage #93A770

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.2%

 BLUE value IS 112 (44.14% from 255) = 26.29%

R = 34.51%
G = 39.2%
B = 26.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#93A770 (or 0x93A770) is known color: Sage. HEX triplet: 93, A7 and 70. RGB value is (147,167,112). Sum of RGB (Red+Green+Blue) = 147+167+112=426 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.51% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 167 - color contains mainly: green. Hex color #93A770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A770 is #6C588F. Grayscale: #9A9A9A. Windows color (decimal): -7100560 or 7382931. OLE color: 7382931.

HSL color Cylindrical-coordinate representation of color #93A770: hue angle of 81.82º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93A770 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 147 167 112 -
CMYK 0.12 0 0.33 0.35
HSL 81.82º 0.24% 0.55% -
HSV(B) 81.82º 0.33% 0.65% -
XYZ 28.78 35.01 20.57 -
YUV 154.75 103.87 122.47 -
System Red Green Blue C M Y K H S L
Decimal 147 167 112 0.12 0 0.33 0.35 81.82 0.24 0.55
Hex 93 A7 70 C 0 21 23 52 18 37
Octal 223 247 160 14 0 41 43 122 30 67
Binary 10010011 10100111 1110000 1100 0 100001 100011 1010010 11000 110111

Color Harmonies of #93A770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A770

Black with #93A770

Text Example


Text Example

White with #93A770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,167,112); }

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

background-color css

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

 a { background-color: rgb(147,167,112); }

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

border-color css

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

 span { border-color: rgb(147,167,112); }

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