Html Css Color HEX #93A478 Sage

📋 copy color: '#93A478'

red 147 ◦ green 164 ◦ blue 120

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

Shades of Sage #93A478

Tints of Sage #93A478

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.05%

 BLUE value IS 120 (47.27% from 255) = 27.84%

R = 34.11%
G = 38.05%
B = 27.84%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#93A478 (or 0x93A478) is known color: Sage. HEX triplet: 93, A4 and 78. RGB value is (147,164,120). Sum of RGB (Red+Green+Blue) = 147+164+120=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 164 - color contains mainly: green. Hex color #93A478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A478 is #6C5B87. Grayscale: #9A9A9A. Windows color (decimal): -7101320 or 7906451. OLE color: 7906451.

HSL color Cylindrical-coordinate representation of color #93A478: hue angle of 83.18º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93A478 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 147 164 120 -
CMYK 0.10 0 0.27 0.36
HSL 83.18º 0.19% 0.56% -
HSV(B) 83.18º 0.27% 0.64% -
XYZ 28.7 34.11 22.84 -
YUV 153.9 108.87 123.08 -
System Red Green Blue C M Y K H S L
Decimal 147 164 120 0.10 0 0.27 0.36 83.18 0.19 0.56
Hex 93 A4 78 A 0 1B 24 53 13 38
Octal 223 244 170 12 0 33 44 123 23 70
Binary 10010011 10100100 1111000 1010 0 11011 100100 1010011 10011 111000

Color Harmonies of #93A478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A478

Black with #93A478

Text Example


Text Example

White with #93A478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,164,120); }

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

background-color css

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

 a { background-color: rgb(147,164,120); }

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

border-color css

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

 span { border-color: rgb(147,164,120); }

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