Html Css Color HEX #8A9473 Sage

📋 copy color: '#8A9473'

red 138 ◦ green 148 ◦ blue 115

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

Shades of Sage #8A9473

Tints of Sage #8A9473

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.91%

 BLUE value IS 115 (45.31% from 255) = 28.68%

R = 34.41%
G = 36.91%
B = 28.68%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#8A9473 (or 0x8A9473) is known color: Sage. HEX triplet: 8A, 94 and 73. RGB value is (138,148,115). Sum of RGB (Red+Green+Blue) = 138+148+115=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 148 - color contains mainly: green. Hex color #8A9473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9473 is #756B8C. Grayscale: #8D8D8D. Windows color (decimal): -7695245 or 7574666. OLE color: 7574666.

HSL color Cylindrical-coordinate representation of color #8A9473: hue angle of 78.18º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8A9473 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 138 148 115 -
CMYK 0.07 0 0.22 0.42
HSL 78.18º 0.13% 0.52% -
HSV(B) 78.18º 0.22% 0.58% -
XYZ 24.17 27.82 20.32 -
YUV 141.25 113.19 125.68 -
System Red Green Blue C M Y K H S L
Decimal 138 148 115 0.07 0 0.22 0.42 78.18 0.13 0.52
Hex 8A 94 73 7 0 16 2A 4E D 34
Octal 212 224 163 7 0 26 52 116 15 64
Binary 10001010 10010100 1110011 111 0 10110 101010 1001110 1101 110100

Color Harmonies of #8A9473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9473

Black with #8A9473

Text Example


Text Example

White with #8A9473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,148,115); }

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

background-color css

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

 a { background-color: rgb(138,148,115); }

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

border-color css

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

 span { border-color: rgb(138,148,115); }

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