Html Css Color HEX #999F85 Sage

📋 copy color: '#999F85'

red 153 ◦ green 159 ◦ blue 133

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

Shades of Sage #999F85

Tints of Sage #999F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.89%

R = 34.38%
G = 35.73%
B = 29.89%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#999F85 (or 0x999F85) is known color: Sage. HEX triplet: 99, 9F and 85. RGB value is (153,159,133). Sum of RGB (Red+Green+Blue) = 153+159+133=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 159 (62.5% from 255 or 35.73% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 159 - color contains mainly: green. Hex color #999F85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999F85 is #66607A. Grayscale: #9A9A9A. Windows color (decimal): -6709371 or 8757145. OLE color: 8757145.

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

Color convert

RGB 153 159 133 -
CMYK 0.04 0 0.16 0.38
HSL 73.85º 0.12% 0.57% -
HSV(B) 73.85º 0.16% 0.62% -
XYZ 29.77 33.26 27.04 -
YUV 154.24 116.01 127.11 -
System Red Green Blue C M Y K H S L
Decimal 153 159 133 0.04 0 0.16 0.38 73.85 0.12 0.57
Hex 99 9F 85 4 0 10 26 4A C 39
Octal 231 237 205 4 0 20 46 112 14 71
Binary 10011001 10011111 10000101 100 0 10000 100110 1001010 1100 111001

Color Harmonies of #999F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999F85

Black with #999F85

Text Example


Text Example

White with #999F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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