Html Css Color HEX #999F71 Sage

📋 copy color: '#999F71'

red 153 ◦ green 159 ◦ blue 113

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

Shades of Sage #999F71

Tints of Sage #999F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.59%

R = 36%
G = 37.41%
B = 26.59%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#999F71 (or 0x999F71) is known color: Sage. HEX triplet: 99, 9F and 71. RGB value is (153,159,113). Sum of RGB (Red+Green+Blue) = 153+159+113=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 113 (44.53% from 255 or 26.59% from 425); Max value from RGB is 159 - color contains mainly: green. Hex color #999F71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999F71 is #66608E. Grayscale: #989898. Windows color (decimal): -6709391 or 7446425. OLE color: 7446425.

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

Color convert

RGB 153 159 113 -
CMYK 0.04 0 0.29 0.38
HSL 67.83º 0.19% 0.53% -
HSV(B) 67.83º 0.29% 0.62% -
XYZ 28.52 32.76 20.44 -
YUV 151.96 106.01 128.74 -
System Red Green Blue C M Y K H S L
Decimal 153 159 113 0.04 0 0.29 0.38 67.83 0.19 0.53
Hex 99 9F 71 4 0 1D 26 44 13 35
Octal 231 237 161 4 0 35 46 104 23 65
Binary 10011001 10011111 1110001 100 0 11101 100110 1000100 10011 110101

Color Harmonies of #999F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999F71

Black with #999F71

Text Example


Text Example

White with #999F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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