Html Css Color HEX #8D9F70 Sage

📋 copy color: '#8D9F70'

red 141 ◦ green 159 ◦ blue 112

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

Shades of Sage #8D9F70

Tints of Sage #8D9F70

RGB

 RED value IS 141 (55.47% from 255) = 34.22%

 GREEN value IS 159 (62.5% from 255) = 38.59%

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

R = 34.22%
G = 38.59%
B = 27.18%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#8D9F70 (or 0x8D9F70) is known color: Sage. HEX triplet: 8D, 9F and 70. RGB value is (141,159,112). Sum of RGB (Red+Green+Blue) = 141+159+112=412 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.22% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 159 - color contains mainly: green. Hex color #8D9F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9F70 is #72608F. Grayscale: #949494. Windows color (decimal): -7495824 or 7380877. OLE color: 7380877.

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

Color convert

RGB 141 159 112 -
CMYK 0.11 0 0.30 0.38
HSL 82.98º 0.2% 0.53% -
HSV(B) 82.98º 0.3% 0.62% -
XYZ 26.31 31.63 20.05 -
YUV 148.26 107.54 122.82 -
System Red Green Blue C M Y K H S L
Decimal 141 159 112 0.11 0 0.30 0.38 82.98 0.2 0.53
Hex 8D 9F 70 B 0 1E 26 53 14 35
Octal 215 237 160 13 0 36 46 123 24 65
Binary 10001101 10011111 1110000 1011 0 11110 100110 1010011 10100 110101

Color Harmonies of #8D9F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9F70

Black with #8D9F70

Text Example


Text Example

White with #8D9F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,159,112); }

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

background-color css

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

 a { background-color: rgb(141,159,112); }

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

border-color css

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

 span { border-color: rgb(141,159,112); }

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