Html Css Color HEX #8C9873 Sage

📋 copy color: '#8C9873'

red 140 ◦ green 152 ◦ blue 115

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

Shades of Sage #8C9873

Tints of Sage #8C9873

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.35%

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

R = 34.4%
G = 37.35%
B = 28.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#8C9873 (or 0x8C9873) is known color: Sage. HEX triplet: 8C, 98 and 73. RGB value is (140,152,115). Sum of RGB (Red+Green+Blue) = 140+152+115=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 152 - color contains mainly: green. Hex color #8C9873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9873 is #73678C. Grayscale: #909090. Windows color (decimal): -7563149 or 7575692. OLE color: 7575692.

HSL color Cylindrical-coordinate representation of color #8C9873: hue angle of 79.46º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8C9873 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 140 152 115 -
CMYK 0.08 0 0.24 0.40
HSL 79.46º 0.15% 0.52% -
HSV(B) 79.46º 0.24% 0.6% -
XYZ 25.14 29.27 20.54 -
YUV 144.19 111.52 125.01 -
System Red Green Blue C M Y K H S L
Decimal 140 152 115 0.08 0 0.24 0.40 79.46 0.15 0.52
Hex 8C 98 73 8 0 18 28 4F F 34
Octal 214 230 163 10 0 30 50 117 17 64
Binary 10001100 10011000 1110011 1000 0 11000 101000 1001111 1111 110100

Color Harmonies of #8C9873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9873

Black with #8C9873

Text Example


Text Example

White with #8C9873

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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