Html Css Color HEX #8C9E73 Sage

📋 copy color: '#8C9E73'

red 140 ◦ green 158 ◦ blue 115

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

Shades of Sage #8C9E73

Tints of Sage #8C9E73

RGB

 RED value IS 140 (55.08% from 255) = 33.9%

 GREEN value IS 158 (62.11% from 255) = 38.26%

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

R = 33.9%
G = 38.26%
B = 27.85%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#8C9E73 (or 0x8C9E73) is known color: Sage. HEX triplet: 8C, 9E and 73. RGB value is (140,158,115). Sum of RGB (Red+Green+Blue) = 140+158+115=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 158 - color contains mainly: green. Hex color #8C9E73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9E73 is #73618C. Grayscale: #939393. Windows color (decimal): -7561613 or 7577228. OLE color: 7577228.

HSL color Cylindrical-coordinate representation of color #8C9E73: hue angle of 85.12º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8C9E73 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 140 158 115 -
CMYK 0.11 0 0.27 0.38
HSL 85.12º 0.18% 0.54% -
HSV(B) 85.12º 0.27% 0.62% -
XYZ 26.14 31.27 20.88 -
YUV 147.72 109.54 122.5 -
System Red Green Blue C M Y K H S L
Decimal 140 158 115 0.11 0 0.27 0.38 85.12 0.18 0.54
Hex 8C 9E 73 B 0 1B 26 55 12 36
Octal 214 236 163 13 0 33 46 125 22 66
Binary 10001100 10011110 1110011 1011 0 11011 100110 1010101 10010 110110

Color Harmonies of #8C9E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9E73

Black with #8C9E73

Text Example


Text Example

White with #8C9E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,158,115); }

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

background-color css

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

 a { background-color: rgb(140,158,115); }

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

border-color css

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

 span { border-color: rgb(140,158,115); }

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