Html Css Color HEX #999F87 Sage

📋 copy color: '#999F87'

red 153 ◦ green 159 ◦ blue 135

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

Shades of Sage #999F87

Tints of Sage #999F87

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.57%

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

R = 34.23%
G = 35.57%
B = 30.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#999F87 (or 0x999F87) is known color: Sage. HEX triplet: 99, 9F and 87. RGB value is (153,159,135). Sum of RGB (Red+Green+Blue) = 153+159+135=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 159 (62.5% from 255 or 35.57% from 447); Blue value is 135 (53.12% from 255 or 30.20% from 447); Max value from RGB is 159 - color contains mainly: green. Hex color #999F87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999F87 is #666078. Grayscale: #9A9A9A. Windows color (decimal): -6709369 or 8888217. OLE color: 8888217.

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

Color convert

RGB 153 159 135 -
CMYK 0.04 0 0.15 0.38
HSL 75º 0.11% 0.58% -
HSV(B) 75º 0.15% 0.62% -
XYZ 29.91 33.32 27.78 -
YUV 154.47 117.01 126.95 -
System Red Green Blue C M Y K H S L
Decimal 153 159 135 0.04 0 0.15 0.38 75 0.11 0.58
Hex 99 9F 87 4 0 F 26 4B B 3A
Octal 231 237 207 4 0 17 46 113 13 72
Binary 10011001 10011111 10000111 100 0 1111 100110 1001011 1011 111010

Color Harmonies of #999F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999F87

Black with #999F87

Text Example


Text Example

White with #999F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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