Html Css Color HEX #8E9B70 Sage

📋 copy color: '#8E9B70'

red 142 ◦ green 155 ◦ blue 112

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

Shades of Sage #8E9B70

Tints of Sage #8E9B70

RGB

 RED value IS 142 (55.86% from 255) = 34.72%

 GREEN value IS 155 (60.94% from 255) = 37.9%

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

R = 34.72%
G = 37.9%
B = 27.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#8E9B70 (or 0x8E9B70) is known color: Sage. HEX triplet: 8E, 9B and 70. RGB value is (142,155,112). Sum of RGB (Red+Green+Blue) = 142+155+112=409 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.72% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 155 - color contains mainly: green. Hex color #8E9B70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9B70 is #71648F. Grayscale: #929292. Windows color (decimal): -7431312 or 7379854. OLE color: 7379854.

HSL color Cylindrical-coordinate representation of color #8E9B70: hue angle of 78.14º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8E9B70 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 142 155 112 -
CMYK 0.08 0 0.28 0.39
HSL 78.14º 0.18% 0.52% -
HSV(B) 78.14º 0.28% 0.61% -
XYZ 25.8 30.36 19.83 -
YUV 146.21 108.69 125 -
System Red Green Blue C M Y K H S L
Decimal 142 155 112 0.08 0 0.28 0.39 78.14 0.18 0.52
Hex 8E 9B 70 8 0 1C 27 4E 12 34
Octal 216 233 160 10 0 34 47 116 22 64
Binary 10001110 10011011 1110000 1000 0 11100 100111 1001110 10010 110100

Color Harmonies of #8E9B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9B70

Black with #8E9B70

Text Example


Text Example

White with #8E9B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,155,112); }

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

background-color css

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

 a { background-color: rgb(142,155,112); }

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

border-color css

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

 span { border-color: rgb(142,155,112); }

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