Html Css Color HEX #9EA675 Sage

📋 copy color: '#9EA675'

red 158 ◦ green 166 ◦ blue 117

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

Shades of Sage #9EA675

Tints of Sage #9EA675

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.64%

 BLUE value IS 117 (46.09% from 255) = 26.53%

R = 35.83%
G = 37.64%
B = 26.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#9EA675 (or 0x9EA675) is known color: Sage. HEX triplet: 9E, A6 and 75. RGB value is (158,166,117). Sum of RGB (Red+Green+Blue) = 158+166+117=441 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.83% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 166 - color contains mainly: green. Hex color #9EA675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA675 is #61598A. Grayscale: #9E9E9E. Windows color (decimal): -6379915 or 7710366. OLE color: 7710366.

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

Color convert

RGB 158 166 117 -
CMYK 0.05 0 0.30 0.35
HSL 69.8º 0.22% 0.55% -
HSV(B) 69.8º 0.3% 0.65% -
XYZ 30.95 35.83 22.11 -
YUV 158.02 104.85 127.98 -
System Red Green Blue C M Y K H S L
Decimal 158 166 117 0.05 0 0.30 0.35 69.8 0.22 0.55
Hex 9E A6 75 5 0 1E 23 46 16 37
Octal 236 246 165 5 0 36 43 106 26 67
Binary 10011110 10100110 1110101 101 0 11110 100011 1000110 10110 110111

Color Harmonies of #9EA675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA675

Black with #9EA675

Text Example


Text Example

White with #9EA675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,166,117); }

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

background-color css

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

 a { background-color: rgb(158,166,117); }

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

border-color css

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

 span { border-color: rgb(158,166,117); }

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