Html Css Color HEX #93A06F Sage

📋 copy color: '#93A06F'

red 147 ◦ green 160 ◦ blue 111

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

Shades of Sage #93A06F

Tints of Sage #93A06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.56%

R = 35.17%
G = 38.28%
B = 26.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#93A06F (or 0x93A06F) is known color: Sage. HEX triplet: 93, A0 and 6F. RGB value is (147,160,111). Sum of RGB (Red+Green+Blue) = 147+160+111=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 160 - color contains mainly: green. Hex color #93A06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A06F is #6C5F90. Grayscale: #969696. Windows color (decimal): -7102353 or 7315603. OLE color: 7315603.

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

Color convert

RGB 147 160 111 -
CMYK 0.08 0 0.31 0.37
HSL 75.92º 0.21% 0.53% -
HSV(B) 75.92º 0.31% 0.63% -
XYZ 27.47 32.49 19.86 -
YUV 150.53 105.69 125.48 -
System Red Green Blue C M Y K H S L
Decimal 147 160 111 0.08 0 0.31 0.37 75.92 0.21 0.53
Hex 93 A0 6F 8 0 1F 25 4C 15 35
Octal 223 240 157 10 0 37 45 114 25 65
Binary 10010011 10100000 1101111 1000 0 11111 100101 1001100 10101 110101

Color Harmonies of #93A06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A06F

Black with #93A06F

Text Example


Text Example

White with #93A06F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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