Html Css Color HEX #91A479 Sage

📋 copy color: '#91A479'

red 145 ◦ green 164 ◦ blue 121

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

Shades of Sage #91A479

Tints of Sage #91A479

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.14%

 BLUE value IS 121 (47.66% from 255) = 28.14%

R = 33.72%
G = 38.14%
B = 28.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#91A479 (or 0x91A479) is known color: Sage. HEX triplet: 91, A4 and 79. RGB value is (145,164,121). Sum of RGB (Red+Green+Blue) = 145+164+121=430 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.72% from 430); Green value is 164 (64.45% from 255 or 38.14% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 164 - color contains mainly: green. Hex color #91A479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91A479 is #6E5B86. Grayscale: #999999. Windows color (decimal): -7232391 or 7971985. OLE color: 7971985.

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

Color convert

RGB 145 164 121 -
CMYK 0.12 0 0.26 0.36
HSL 86.51º 0.19% 0.56% -
HSV(B) 86.51º 0.26% 0.64% -
XYZ 28.4 33.95 23.15 -
YUV 153.42 109.71 122 -
System Red Green Blue C M Y K H S L
Decimal 145 164 121 0.12 0 0.26 0.36 86.51 0.19 0.56
Hex 91 A4 79 C 0 1A 24 57 13 38
Octal 221 244 171 14 0 32 44 127 23 70
Binary 10010001 10100100 1111001 1100 0 11010 100100 1010111 10011 111000

Color Harmonies of #91A479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91A479

Black with #91A479

Text Example


Text Example

White with #91A479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,164,121); }

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

background-color css

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

 a { background-color: rgb(145,164,121); }

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

border-color css

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

 span { border-color: rgb(145,164,121); }

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