Html Css Color HEX #9EA783 Sage

📋 copy color: '#9EA783'

red 158 ◦ green 167 ◦ blue 131

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

Shades of Sage #9EA783

Tints of Sage #9EA783

RGB

 RED value IS 158 (62.11% from 255) = 34.65%

 GREEN value IS 167 (65.63% from 255) = 36.62%

 BLUE value IS 131 (51.56% from 255) = 28.73%

R = 34.65%
G = 36.62%
B = 28.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#9EA783 (or 0x9EA783) is known color: Sage. HEX triplet: 9E, A7 and 83. RGB value is (158,167,131). Sum of RGB (Red+Green+Blue) = 158+167+131=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 131 (51.56% from 255 or 28.73% from 456); Max value from RGB is 167 - color contains mainly: green. Hex color #9EA783 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA783 is #61587C. Grayscale: #A0A0A0. Windows color (decimal): -6379645 or 8628126. OLE color: 8628126.

HSL color Cylindrical-coordinate representation of color #9EA783: hue angle of 75º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9EA783 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 158 167 131 -
CMYK 0.05 0 0.22 0.35
HSL 75º 0.17% 0.58% -
HSV(B) 75º 0.22% 0.65% -
XYZ 32.02 36.55 26.84 -
YUV 160.21 111.52 126.43 -
System Red Green Blue C M Y K H S L
Decimal 158 167 131 0.05 0 0.22 0.35 75 0.17 0.58
Hex 9E A7 83 5 0 16 23 4B 11 3A
Octal 236 247 203 5 0 26 43 113 21 72
Binary 10011110 10100111 10000011 101 0 10110 100011 1001011 10001 111010

Color Harmonies of #9EA783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA783

Black with #9EA783

Text Example


Text Example

White with #9EA783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EA783; }

 p { color: rgb(158,167,131); }

 H1.HeaderClassName
 {
   color: #9EA783;
 }
 .AnyTagClassName
 {
   color: #9EA783;
 }
</style>

background-color css

<style>
 a { background-color: #9EA783; }

 a { background-color: rgb(158,167,131); }

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

border-color css

<style>
 span { border-color: #9EA783; }

 span { border-color: rgb(158,167,131); }

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