Html Css Color HEX #91A46D Sage

📋 copy color: '#91A46D'

red 145 ◦ green 164 ◦ blue 109

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

Shades of Sage #91A46D

Tints of Sage #91A46D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.08%

R = 34.69%
G = 39.23%
B = 26.08%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#91A46D (or 0x91A46D) is known color: Sage. HEX triplet: 91, A4 and 6D. RGB value is (145,164,109). Sum of RGB (Red+Green+Blue) = 145+164+109=418 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.69% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 164 - color contains mainly: green. Hex color #91A46D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91A46D is #6E5B92. Grayscale: #989898. Windows color (decimal): -7232403 or 7185553. OLE color: 7185553.

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

Color convert

RGB 145 164 109 -
CMYK 0.12 0 0.34 0.36
HSL 80.73º 0.23% 0.54% -
HSV(B) 80.73º 0.34% 0.64% -
XYZ 27.71 33.67 19.51 -
YUV 152.05 103.71 122.97 -
System Red Green Blue C M Y K H S L
Decimal 145 164 109 0.12 0 0.34 0.36 80.73 0.23 0.54
Hex 91 A4 6D C 0 22 24 51 17 36
Octal 221 244 155 14 0 42 44 121 27 66
Binary 10010001 10100100 1101101 1100 0 100010 100100 1010001 10111 110110

Color Harmonies of #91A46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91A46D

Black with #91A46D

Text Example


Text Example

White with #91A46D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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