Html Css Color HEX #9EAA75 Sage

📋 copy color: '#9EAA75'

red 158 ◦ green 170 ◦ blue 117

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

Shades of Sage #9EAA75

Tints of Sage #9EAA75

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.2%

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

R = 35.51%
G = 38.2%
B = 26.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#9EAA75 (or 0x9EAA75) is known color: Sage. HEX triplet: 9E, AA and 75. RGB value is (158,170,117). Sum of RGB (Red+Green+Blue) = 158+170+117=445 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.51% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAA75 is #61558A. Grayscale: #A0A0A0. Windows color (decimal): -6378891 or 7711390. OLE color: 7711390.

HSL color Cylindrical-coordinate representation of color #9EAA75: hue angle of 73.58º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9EAA75 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 170 117 -
CMYK 0.07 0 0.31 0.33
HSL 73.58º 0.24% 0.56% -
HSV(B) 73.58º 0.31% 0.67% -
XYZ 31.69 37.3 22.36 -
YUV 160.37 103.52 126.31 -
System Red Green Blue C M Y K H S L
Decimal 158 170 117 0.07 0 0.31 0.33 73.58 0.24 0.56
Hex 9E AA 75 7 0 1F 21 4A 18 38
Octal 236 252 165 7 0 37 41 112 30 70
Binary 10011110 10101010 1110101 111 0 11111 100001 1001010 11000 111000

Color Harmonies of #9EAA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAA75

Black with #9EAA75

Text Example


Text Example

White with #9EAA75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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