Html Css Color HEX #8A9178 Sage

📋 copy color: '#8A9178'

red 138 ◦ green 145 ◦ blue 120

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

Shades of Sage #8A9178

Tints of Sage #8A9178

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.98%

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

R = 34.24%
G = 35.98%
B = 29.78%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#8A9178 (or 0x8A9178) is known color: Sage. HEX triplet: 8A, 91 and 78. RGB value is (138,145,120). Sum of RGB (Red+Green+Blue) = 138+145+120=403 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.24% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 145 - color contains mainly: green. Hex color #8A9178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9178 is #756E87. Grayscale: #8C8C8C. Windows color (decimal): -7696008 or 7901578. OLE color: 7901578.

HSL color Cylindrical-coordinate representation of color #8A9178: hue angle of 76.8º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8A9178 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 138 145 120 -
CMYK 0.05 0 0.17 0.43
HSL 76.8º 0.1% 0.52% -
HSV(B) 76.8º 0.17% 0.57% -
XYZ 24 27.01 21.72 -
YUV 140.06 116.68 126.53 -
System Red Green Blue C M Y K H S L
Decimal 138 145 120 0.05 0 0.17 0.43 76.8 0.1 0.52
Hex 8A 91 78 5 0 11 2B 4D A 34
Octal 212 221 170 5 0 21 53 115 12 64
Binary 10001010 10010001 1111000 101 0 10001 101011 1001101 1010 110100

Color Harmonies of #8A9178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9178

Black with #8A9178

Text Example


Text Example

White with #8A9178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,145,120); }

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

background-color css

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

 a { background-color: rgb(138,145,120); }

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

border-color css

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

 span { border-color: rgb(138,145,120); }

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