Html Css Color HEX #8C9878 Sage

📋 copy color: '#8C9878'

red 140 ◦ green 152 ◦ blue 120

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

Shades of Sage #8C9878

Tints of Sage #8C9878

RGB

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

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

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

R = 33.98%
G = 36.89%
B = 29.13%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#8C9878 (or 0x8C9878) is known color: Sage. HEX triplet: 8C, 98 and 78. RGB value is (140,152,120). Sum of RGB (Red+Green+Blue) = 140+152+120=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 152 - color contains mainly: green. Hex color #8C9878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9878 is #736787. Grayscale: #909090. Windows color (decimal): -7563144 or 7903372. OLE color: 7903372.

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

Color convert

RGB 140 152 120 -
CMYK 0.08 0 0.21 0.40
HSL 82.5º 0.13% 0.53% -
HSV(B) 82.5º 0.21% 0.6% -
XYZ 25.43 29.39 22.1 -
YUV 144.76 114.02 124.6 -
System Red Green Blue C M Y K H S L
Decimal 140 152 120 0.08 0 0.21 0.40 82.5 0.13 0.53
Hex 8C 98 78 8 0 15 28 52 D 35
Octal 214 230 170 10 0 25 50 122 15 65
Binary 10001100 10011000 1111000 1000 0 10101 101000 1010010 1101 110101

Color Harmonies of #8C9878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9878

Black with #8C9878

Text Example


Text Example

White with #8C9878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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