Html Css Color HEX #8C9D70 Sage

📋 copy color: '#8C9D70'

red 140 ◦ green 157 ◦ blue 112

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

Shades of Sage #8C9D70

Tints of Sage #8C9D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.38%

R = 34.23%
G = 38.39%
B = 27.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#8C9D70 (or 0x8C9D70) is known color: Sage. HEX triplet: 8C, 9D and 70. RGB value is (140,157,112). Sum of RGB (Red+Green+Blue) = 140+157+112=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 157 - color contains mainly: green. Hex color #8C9D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9D70 is #73628F. Grayscale: #929292. Windows color (decimal): -7561872 or 7380364. OLE color: 7380364.

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

Color convert

RGB 140 157 112 -
CMYK 0.11 0 0.29 0.38
HSL 82.67º 0.19% 0.53% -
HSV(B) 82.67º 0.29% 0.62% -
XYZ 25.8 30.86 19.93 -
YUV 146.79 108.37 123.16 -
System Red Green Blue C M Y K H S L
Decimal 140 157 112 0.11 0 0.29 0.38 82.67 0.19 0.53
Hex 8C 9D 70 B 0 1D 26 53 13 35
Octal 214 235 160 13 0 35 46 123 23 65
Binary 10001100 10011101 1110000 1011 0 11101 100110 1010011 10011 110101

Color Harmonies of #8C9D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9D70

Black with #8C9D70

Text Example


Text Example

White with #8C9D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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