Html Css Color HEX #91987F Sage

📋 copy color: '#91987F'

red 145 ◦ green 152 ◦ blue 127

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

Shades of Sage #91987F

Tints of Sage #91987F

RGB

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

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

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

R = 34.2%
G = 35.85%
B = 29.95%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#91987F (or 0x91987F) is known color: 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

RGB 145 152 127 -
CMYK 0.05 0 0.16 0.40
HSL 76.8º 0.11% 0.55% -
HSV(B) 76.8º 0.16% 0.6% -
XYZ 26.74 30.01 24.46 -
YUV 147.06 116.68 126.53 -
System Red Green Blue C M Y K H S L
Decimal 145 152 127 0.05 0 0.16 0.40 76.8 0.11 0.55
Hex 91 98 7F 5 0 10 28 4D B 37
Octal 221 230 177 5 0 20 50 115 13 67
Binary 10010001 10011000 1111111 101 0 10000 101000 1001101 1011 110111

Color Harmonies of #91987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91987F

Black with #91987F

Text Example


Text Example

White with #91987F

Text Example


Text Example

HTML Codes & Css Web 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>