#91987F

Color #91987F Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #91987F

Tints of Sage #91987F

Color information

#91987F (or 0x91987F) is unknown color: approx Sage. HEX triplet: 91, 98 and 7F. RGB value is (145,152,127). Sum of RGB (Red+Green+Blue) = 145+152+127=424 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.20% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 152 - color contains mainly: green. Hex color #91987F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91987F is #6E6780. Grayscale: #939393. Windows color (decimal): -7235457 or 8362129. OLE color: 8362129.

HSL color Cylindrical-coordinate representation of color #91987F: hue angle of 76.8º 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 #91987F is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB145152127-
CMYK0.0500.160.40
HSL76.8º10.82%54.71%-
HSV(B)76.8º16.45%59.61%-
XYZ26.7430.0124.46-
YUV147.06116.68126.53-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.20%
GREEN value IS 152 (59.77% from 255) = 35.85%
BLUE value IS 127 (50% from 255) = 29.95%
R=34.20%
G=35.85%
B=29.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1451521270.0500.160.4076.810.8254.71
Hex91987F5010284db37
Octal2212301775020501151367
Binary1001000110011000111111110101000010100010011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91987F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91987F; }

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

 H1.HeaderClassName
 {
   color: #91987F;
 }
 .AnyTagClassName
 {
   color: #91987F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #91987F;
 }
 .BgClassName
 {
   background-color: #91987F;
 }
</style>
border-color css

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

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

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