Html Css Color HEX #999E7F Sage

📋 copy color: '#999E7F'

red 153 ◦ green 158 ◦ blue 127

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

Shades of Sage #999E7F

Tints of Sage #999E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29%

R = 34.93%
G = 36.07%
B = 29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#999E7F (or 0x999E7F) is known color: Sage. HEX triplet: 99, 9E and 7F. RGB value is (153,158,127). Sum of RGB (Red+Green+Blue) = 153+158+127=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 158 - color contains mainly: green. Hex color #999E7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999E7F is #666180. Grayscale: #999999. Windows color (decimal): -6709633 or 8363673. OLE color: 8363673.

HSL color Cylindrical-coordinate representation of color #999E7F: hue angle of 69.68º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #999E7F is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 153 158 127 -
CMYK 0.03 0 0.20 0.38
HSL 69.68º 0.14% 0.56% -
HSV(B) 69.68º 0.2% 0.62% -
XYZ 29.19 32.76 24.86 -
YUV 152.97 113.34 128.02 -
System Red Green Blue C M Y K H S L
Decimal 153 158 127 0.03 0 0.20 0.38 69.68 0.14 0.56
Hex 99 9E 7F 3 0 14 26 46 E 38
Octal 231 236 177 3 0 24 46 106 16 70
Binary 10011001 10011110 1111111 11 0 10100 100110 1000110 1110 111000

Color Harmonies of #999E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999E7F

Black with #999E7F

Text Example


Text Example

White with #999E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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