Html Css Color HEX #8C9D78 Sage

📋 copy color: '#8C9D78'

red 140 ◦ green 157 ◦ blue 120

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

Shades of Sage #8C9D78

Tints of Sage #8C9D78

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.65%

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

R = 33.57%
G = 37.65%
B = 28.78%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#8C9D78 (or 0x8C9D78) is known color: Sage. HEX triplet: 8C, 9D and 78. RGB value is (140,157,120). Sum of RGB (Red+Green+Blue) = 140+157+120=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 157 - color contains mainly: green. Hex color #8C9D78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9D78 is #736287. Grayscale: #939393. Windows color (decimal): -7561864 or 7904652. OLE color: 7904652.

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

Color convert

RGB 140 157 120 -
CMYK 0.11 0 0.24 0.38
HSL 87.57º 0.16% 0.54% -
HSV(B) 87.57º 0.24% 0.62% -
XYZ 26.26 31.05 22.38 -
YUV 147.7 112.37 122.51 -
System Red Green Blue C M Y K H S L
Decimal 140 157 120 0.11 0 0.24 0.38 87.57 0.16 0.54
Hex 8C 9D 78 B 0 18 26 58 10 36
Octal 214 235 170 13 0 30 46 130 20 66
Binary 10001100 10011101 1111000 1011 0 11000 100110 1011000 10000 110110

Color Harmonies of #8C9D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9D78

Black with #8C9D78

Text Example


Text Example

White with #8C9D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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