Html Css Color HEX #91A570 Sage

📋 copy color: '#91A570'

red 145 ◦ green 165 ◦ blue 112

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

Shades of Sage #91A570

Tints of Sage #91A570

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.1%

 BLUE value IS 112 (44.14% from 255) = 26.54%

R = 34.36%
G = 39.1%
B = 26.54%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#91A570 (or 0x91A570) is known color: Sage. HEX triplet: 91, A5 and 70. RGB value is (145,165,112). Sum of RGB (Red+Green+Blue) = 145+165+112=422 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.36% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 165 - color contains mainly: green. Hex color #91A570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91A570 is #6E5A8F. Grayscale: #999999. Windows color (decimal): -7232144 or 7382417. OLE color: 7382417.

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

Color convert

RGB 145 165 112 -
CMYK 0.12 0 0.32 0.35
HSL 82.64º 0.23% 0.54% -
HSV(B) 82.64º 0.32% 0.65% -
XYZ 28.06 34.1 20.43 -
YUV 152.98 104.87 122.31 -
System Red Green Blue C M Y K H S L
Decimal 145 165 112 0.12 0 0.32 0.35 82.64 0.23 0.54
Hex 91 A5 70 C 0 20 23 53 17 36
Octal 221 245 160 14 0 40 43 123 27 66
Binary 10010001 10100101 1110000 1100 0 100000 100011 1010011 10111 110110

Color Harmonies of #91A570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91A570

Black with #91A570

Text Example


Text Example

White with #91A570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,165,112); }

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

background-color css

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

 a { background-color: rgb(145,165,112); }

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

border-color css

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

 span { border-color: rgb(145,165,112); }

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