Html Css Color HEX #999E79 Sage

📋 copy color: '#999E79'

red 153 ◦ green 158 ◦ blue 121

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

Shades of Sage #999E79

Tints of Sage #999E79

RGB

 RED value IS 153 (60.16% from 255) = 35.42%

 GREEN value IS 158 (62.11% from 255) = 36.57%

 BLUE value IS 121 (47.66% from 255) = 28.01%

R = 35.42%
G = 36.57%
B = 28.01%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#999E79 (or 0x999E79) is known color: Sage. HEX triplet: 99, 9E and 79. RGB value is (153,158,121). Sum of RGB (Red+Green+Blue) = 153+158+121=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 121 (47.66% from 255 or 28.01% from 432); Max value from RGB is 158 - color contains mainly: green. Hex color #999E79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999E79 is #666186. Grayscale: #989898. Windows color (decimal): -6709639 or 7970457. OLE color: 7970457.

HSL color Cylindrical-coordinate representation of color #999E79: hue angle of 68.11º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #999E79 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 153 158 121 -
CMYK 0.03 0 0.23 0.38
HSL 68.11º 0.16% 0.55% -
HSV(B) 68.11º 0.23% 0.62% -
XYZ 28.81 32.61 22.86 -
YUV 152.29 110.34 128.51 -
System Red Green Blue C M Y K H S L
Decimal 153 158 121 0.03 0 0.23 0.38 68.11 0.16 0.55
Hex 99 9E 79 3 0 17 26 44 10 37
Octal 231 236 171 3 0 27 46 104 20 67
Binary 10011001 10011110 1111001 11 0 10111 100110 1000100 10000 110111

Color Harmonies of #999E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999E79

Black with #999E79

Text Example


Text Example

White with #999E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999E79; }

 p { color: rgb(153,158,121); }

 H1.HeaderClassName
 {
   color: #999E79;
 }
 .AnyTagClassName
 {
   color: #999E79;
 }
</style>

background-color css

<style>
 a { background-color: #999E79; }

 a { background-color: rgb(153,158,121); }

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

border-color css

<style>
 span { border-color: #999E79; }

 span { border-color: rgb(153,158,121); }

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