Html Css Color HEX #919881 Sage

📋 copy color: '#919881'

red 145 ◦ green 152 ◦ blue 129

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

Shades of Sage #919881

Tints of Sage #919881

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.68%

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

R = 34.04%
G = 35.68%
B = 30.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#919881 (or 0x919881) is known color: Sage. HEX triplet: 91, 98 and 81. RGB value is (145,152,129). Sum of RGB (Red+Green+Blue) = 145+152+129=426 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.04% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 152 - color contains mainly: green. Hex color #919881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919881 is #6E677E. Grayscale: #939393. Windows color (decimal): -7235455 or 8493201. OLE color: 8493201.

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

Color convert

RGB 145 152 129 -
CMYK 0.05 0 0.15 0.40
HSL 78.26º 0.1% 0.55% -
HSV(B) 78.26º 0.15% 0.6% -
XYZ 26.87 30.06 25.16 -
YUV 147.29 117.68 126.37 -
System Red Green Blue C M Y K H S L
Decimal 145 152 129 0.05 0 0.15 0.40 78.26 0.1 0.55
Hex 91 98 81 5 0 F 28 4E A 37
Octal 221 230 201 5 0 17 50 116 12 67
Binary 10010001 10011000 10000001 101 0 1111 101000 1001110 1010 110111

Color Harmonies of #919881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919881

Black with #919881

Text Example


Text Example

White with #919881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919881; }

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

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

background-color css

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

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

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

border-color css

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

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

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