Html Css Color HEX #8A9779 Sage

📋 copy color: '#8A9779'

red 138 ◦ green 151 ◦ blue 121

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

Shades of Sage #8A9779

Tints of Sage #8A9779

RGB

 RED value IS 138 (54.3% from 255) = 33.66%

 GREEN value IS 151 (59.38% from 255) = 36.83%

 BLUE value IS 121 (47.66% from 255) = 29.51%

R = 33.66%
G = 36.83%
B = 29.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#8A9779 (or 0x8A9779) is known color: Sage. HEX triplet: 8A, 97 and 79. RGB value is (138,151,121). Sum of RGB (Red+Green+Blue) = 138+151+121=410 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.66% from 410); Green value is 151 (59.38% from 255 or 36.83% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 151 - color contains mainly: green. Hex color #8A9779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9779 is #756886. Grayscale: #8F8F8F. Windows color (decimal): -7694471 or 7968650. OLE color: 7968650.

HSL color Cylindrical-coordinate representation of color #8A9779: hue angle of 86º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8A9779 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 138 151 121 -
CMYK 0.09 0 0.20 0.41
HSL 86º 0.13% 0.53% -
HSV(B) 86º 0.2% 0.59% -
XYZ 25 28.92 22.35 -
YUV 143.69 115.19 123.94 -
System Red Green Blue C M Y K H S L
Decimal 138 151 121 0.09 0 0.20 0.41 86 0.13 0.53
Hex 8A 97 79 9 0 14 29 56 D 35
Octal 212 227 171 11 0 24 51 126 15 65
Binary 10001010 10010111 1111001 1001 0 10100 101001 1010110 1101 110101

Color Harmonies of #8A9779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9779

Black with #8A9779

Text Example


Text Example

White with #8A9779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A9779; }

 p { color: rgb(138,151,121); }

 H1.HeaderClassName
 {
   color: #8A9779;
 }
 .AnyTagClassName
 {
   color: #8A9779;
 }
</style>

background-color css

<style>
 a { background-color: #8A9779; }

 a { background-color: rgb(138,151,121); }

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

border-color css

<style>
 span { border-color: #8A9779; }

 span { border-color: rgb(138,151,121); }

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