Html Css Color HEX #91A275 Sage

📋 copy color: '#91A275'

red 145 ◦ green 162 ◦ blue 117

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

Shades of Sage #91A275

Tints of Sage #91A275

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.21%

 BLUE value IS 117 (46.09% from 255) = 27.59%

R = 34.2%
G = 38.21%
B = 27.59%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#91A275 (or 0x91A275) is known color: Sage. HEX triplet: 91, A2 and 75. RGB value is (145,162,117). Sum of RGB (Red+Green+Blue) = 145+162+117=424 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.20% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 162 - color contains mainly: green. Hex color #91A275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91A275 is #6E5D8A. Grayscale: #979797. Windows color (decimal): -7232907 or 7709329. OLE color: 7709329.

HSL color Cylindrical-coordinate representation of color #91A275: hue angle of 82.67º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #91A275 is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 145 162 117 -
CMYK 0.10 0 0.28 0.36
HSL 82.67º 0.19% 0.55% -
HSV(B) 82.67º 0.28% 0.64% -
XYZ 27.81 33.14 21.76 -
YUV 151.79 108.37 123.16 -
System Red Green Blue C M Y K H S L
Decimal 145 162 117 0.10 0 0.28 0.36 82.67 0.19 0.55
Hex 91 A2 75 A 0 1C 24 53 13 37
Octal 221 242 165 12 0 34 44 123 23 67
Binary 10010001 10100010 1110101 1010 0 11100 100100 1010011 10011 110111

Color Harmonies of #91A275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91A275

Black with #91A275

Text Example


Text Example

White with #91A275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91A275; }

 p { color: rgb(145,162,117); }

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

background-color css

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

 a { background-color: rgb(145,162,117); }

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

border-color css

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

 span { border-color: rgb(145,162,117); }

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