Html Css Color HEX #93A56D Sage

📋 copy color: '#93A56D'

red 147 ◦ green 165 ◦ blue 109

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

Shades of Sage #93A56D

Tints of Sage #93A56D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.19%

 BLUE value IS 109 (42.97% from 255) = 25.89%

R = 34.92%
G = 39.19%
B = 25.89%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#93A56D (or 0x93A56D) is known color: Sage. HEX triplet: 93, A5 and 6D. RGB value is (147,165,109). Sum of RGB (Red+Green+Blue) = 147+165+109=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 165 - color contains mainly: green. Hex color #93A56D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A56D is #6C5A92. Grayscale: #999999. Windows color (decimal): -7101075 or 7185811. OLE color: 7185811.

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

Color convert

RGB 147 165 109 -
CMYK 0.11 0 0.34 0.35
HSL 79.29º 0.24% 0.54% -
HSV(B) 79.29º 0.34% 0.65% -
XYZ 28.25 34.22 19.58 -
YUV 153.23 103.04 123.55 -
System Red Green Blue C M Y K H S L
Decimal 147 165 109 0.11 0 0.34 0.35 79.29 0.24 0.54
Hex 93 A5 6D B 0 22 23 4F 18 36
Octal 223 245 155 13 0 42 43 117 30 66
Binary 10010011 10100101 1101101 1011 0 100010 100011 1001111 11000 110110

Color Harmonies of #93A56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A56D

Black with #93A56D

Text Example


Text Example

White with #93A56D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,165,109); }

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

background-color css

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

 a { background-color: rgb(147,165,109); }

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

border-color css

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

 span { border-color: rgb(147,165,109); }

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