Html Css Color HEX #91A478 Sage

📋 copy color: '#91A478'

red 145 ◦ green 164 ◦ blue 120

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

Shades of Sage #91A478

Tints of Sage #91A478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.97%

R = 33.8%
G = 38.23%
B = 27.97%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#91A478 (or 0x91A478) is known color: Sage. HEX triplet: 91, A4 and 78. RGB value is (145,164,120). Sum of RGB (Red+Green+Blue) = 145+164+120=429 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.80% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 164 - color contains mainly: green. Hex color #91A478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91A478 is #6E5B87. Grayscale: #999999. Windows color (decimal): -7232392 or 7906449. OLE color: 7906449.

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

Color convert

RGB 145 164 120 -
CMYK 0.12 0 0.27 0.36
HSL 85.91º 0.19% 0.56% -
HSV(B) 85.91º 0.27% 0.64% -
XYZ 28.34 33.93 22.82 -
YUV 153.3 109.21 122.08 -
System Red Green Blue C M Y K H S L
Decimal 145 164 120 0.12 0 0.27 0.36 85.91 0.19 0.56
Hex 91 A4 78 C 0 1B 24 56 13 38
Octal 221 244 170 14 0 33 44 126 23 70
Binary 10010001 10100100 1111000 1100 0 11011 100100 1010110 10011 111000

Color Harmonies of #91A478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91A478

Black with #91A478

Text Example


Text Example

White with #91A478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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