Html Css Color HEX #97A582 Sage

📋 copy color: '#97A582'

red 151 ◦ green 165 ◦ blue 130

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

Shades of Sage #97A582

Tints of Sage #97A582

RGB

 RED value IS 151 (59.38% from 255) = 33.86%

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

 BLUE value IS 130 (51.17% from 255) = 29.15%

R = 33.86%
G = 37%
B = 29.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#97A582 (or 0x97A582) is known color: Sage. HEX triplet: 97, A5 and 82. RGB value is (151,165,130). Sum of RGB (Red+Green+Blue) = 151+165+130=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 165 (64.84% from 255 or 37.00% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 165 - color contains mainly: green. Hex color #97A582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A582 is #685A7D. Grayscale: #9C9C9C. Windows color (decimal): -6838910 or 8562071. OLE color: 8562071.

HSL color Cylindrical-coordinate representation of color #97A582: hue angle of 84º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #97A582 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 151 165 130 -
CMYK 0.08 0 0.21 0.35
HSL 84º 0.16% 0.58% -
HSV(B) 84º 0.21% 0.65% -
XYZ 30.25 35.1 26.3 -
YUV 156.82 112.86 123.85 -
System Red Green Blue C M Y K H S L
Decimal 151 165 130 0.08 0 0.21 0.35 84 0.16 0.58
Hex 97 A5 82 8 0 15 23 54 10 3A
Octal 227 245 202 10 0 25 43 124 20 72
Binary 10010111 10100101 10000010 1000 0 10101 100011 1010100 10000 111010

Color Harmonies of #97A582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A582

Black with #97A582

Text Example


Text Example

White with #97A582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97A582; }

 p { color: rgb(151,165,130); }

 H1.HeaderClassName
 {
   color: #97A582;
 }
 .AnyTagClassName
 {
   color: #97A582;
 }
</style>

background-color css

<style>
 a { background-color: #97A582; }

 a { background-color: rgb(151,165,130); }

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

border-color css

<style>
 span { border-color: #97A582; }

 span { border-color: rgb(151,165,130); }

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