Html Css Color HEX #91A372 Sage

📋 copy color: '#91A372'

red 145 ◦ green 163 ◦ blue 114

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

Shades of Sage #91A372

Tints of Sage #91A372

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.63%

 BLUE value IS 114 (44.92% from 255) = 27.01%

R = 34.36%
G = 38.63%
B = 27.01%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#91A372 (or 0x91A372) is known color: Sage. HEX triplet: 91, A3 and 72. RGB value is (145,163,114). Sum of RGB (Red+Green+Blue) = 145+163+114=422 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.36% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 163 - color contains mainly: green. Hex color #91A372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91A372 is #6E5C8D. Grayscale: #989898. Windows color (decimal): -7232654 or 7512977. OLE color: 7512977.

HSL color Cylindrical-coordinate representation of color #91A372: hue angle of 82.04º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91A372 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 145 163 114 -
CMYK 0.11 0 0.30 0.36
HSL 82.04º 0.21% 0.54% -
HSV(B) 82.04º 0.3% 0.64% -
XYZ 27.81 33.43 20.91 -
YUV 152.03 106.54 122.98 -
System Red Green Blue C M Y K H S L
Decimal 145 163 114 0.11 0 0.30 0.36 82.04 0.21 0.54
Hex 91 A3 72 B 0 1E 24 52 15 36
Octal 221 243 162 13 0 36 44 122 25 66
Binary 10010001 10100011 1110010 1011 0 11110 100100 1010010 10101 110110

Color Harmonies of #91A372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91A372

Black with #91A372

Text Example


Text Example

White with #91A372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,163,114); }

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

background-color css

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

 a { background-color: rgb(145,163,114); }

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

border-color css

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

 span { border-color: rgb(145,163,114); }

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