Html Css Color HEX #999E87 Sage

📋 copy color: '#999E87'

red 153 ◦ green 158 ◦ blue 135

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

Shades of Sage #999E87

Tints of Sage #999E87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 30.27%

R = 34.3%
G = 35.43%
B = 30.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#999E87 (or 0x999E87) is known color: Sage. HEX triplet: 99, 9E and 87. RGB value is (153,158,135). Sum of RGB (Red+Green+Blue) = 153+158+135=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 135 (53.12% from 255 or 30.27% from 446); Max value from RGB is 158 - color contains mainly: green. Hex color #999E87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999E87 is #666178. Grayscale: #999999. Windows color (decimal): -6709625 or 8887961. OLE color: 8887961.

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

Color convert

RGB 153 158 135 -
CMYK 0.03 0 0.15 0.38
HSL 73.04º 0.11% 0.57% -
HSV(B) 73.04º 0.15% 0.62% -
XYZ 29.74 32.98 27.72 -
YUV 153.88 117.34 127.37 -
System Red Green Blue C M Y K H S L
Decimal 153 158 135 0.03 0 0.15 0.38 73.04 0.11 0.57
Hex 99 9E 87 3 0 F 26 49 B 39
Octal 231 236 207 3 0 17 46 111 13 71
Binary 10011001 10011110 10000111 11 0 1111 100110 1001001 1011 111001

Color Harmonies of #999E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999E87

Black with #999E87

Text Example


Text Example

White with #999E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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