Html Css Color HEX #919981 Sage

📋 copy color: '#919981'

red 145 ◦ green 153 ◦ blue 129

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

Shades of Sage #919981

Tints of Sage #919981

RGB

 RED value IS 145 (57.03% from 255) = 33.96%

 GREEN value IS 153 (60.16% from 255) = 35.83%

 BLUE value IS 129 (50.78% from 255) = 30.21%

R = 33.96%
G = 35.83%
B = 30.21%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#919981 (or 0x919981) is known color: Sage. HEX triplet: 91, 99 and 81. RGB value is (145,153,129). Sum of RGB (Red+Green+Blue) = 145+153+129=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 153 - color contains mainly: green. Hex color #919981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919981 is #6E667E. Grayscale: #939393. Windows color (decimal): -7235199 or 8493457. OLE color: 8493457.

HSL color Cylindrical-coordinate representation of color #919981: hue angle of 80º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #919981 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 145 153 129 -
CMYK 0.05 0 0.16 0.4
HSL 80º 0.11% 0.55% -
HSV(B) 80º 0.16% 0.6% -
XYZ 27.03 30.39 25.21 -
YUV 147.87 117.35 125.95 -
System Red Green Blue C M Y K H S L
Decimal 145 153 129 0.05 0 0.16 0.4 80 0.11 0.55
Hex 91 99 81 5 0 10 28 50 B 37
Octal 221 231 201 5 0 20 50 120 13 67
Binary 10010001 10011001 10000001 101 0 10000 101000 1010000 1011 110111

Color Harmonies of #919981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919981

Black with #919981

Text Example


Text Example

White with #919981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919981; }

 p { color: rgb(145,153,129); }

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

background-color css

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

 a { background-color: rgb(145,153,129); }

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

border-color css

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

 span { border-color: rgb(145,153,129); }

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