Html Css Color HEX #8E967B Sage

📋 copy color: '#8E967B'

red 142 ◦ green 150 ◦ blue 123

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

Shades of Sage #8E967B

Tints of Sage #8E967B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.14%

 BLUE value IS 123 (48.44% from 255) = 29.64%

R = 34.22%
G = 36.14%
B = 29.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#8E967B (or 0x8E967B) is known color: Sage. HEX triplet: 8E, 96 and 7B. RGB value is (142,150,123). Sum of RGB (Red+Green+Blue) = 142+150+123=415 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.22% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 150 - color contains mainly: green. Hex color #8E967B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E967B is #716984. Grayscale: #909090. Windows color (decimal): -7432581 or 8099470. OLE color: 8099470.

HSL color Cylindrical-coordinate representation of color #8E967B: hue angle of 77.78º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8E967B is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 142 150 123 -
CMYK 0.05 0 0.18 0.41
HSL 77.78º 0.11% 0.54% -
HSV(B) 77.78º 0.18% 0.59% -
XYZ 25.64 28.99 22.98 -
YUV 144.53 115.85 126.2 -
System Red Green Blue C M Y K H S L
Decimal 142 150 123 0.05 0 0.18 0.41 77.78 0.11 0.54
Hex 8E 96 7B 5 0 12 29 4E B 36
Octal 216 226 173 5 0 22 51 116 13 66
Binary 10001110 10010110 1111011 101 0 10010 101001 1001110 1011 110110

Color Harmonies of #8E967B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E967B

Black with #8E967B

Text Example


Text Example

White with #8E967B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,150,123); }

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

background-color css

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

 a { background-color: rgb(142,150,123); }

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

border-color css

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

 span { border-color: rgb(142,150,123); }

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