Html Css Color HEX #97A27B Sage

📋 copy color: '#97A27B'

red 151 ◦ green 162 ◦ blue 123

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

Shades of Sage #97A27B

Tints of Sage #97A27B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.16%

 BLUE value IS 123 (48.44% from 255) = 28.21%

R = 34.63%
G = 37.16%
B = 28.21%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#97A27B (or 0x97A27B) is known color: Sage. HEX triplet: 97, A2 and 7B. RGB value is (151,162,123). Sum of RGB (Red+Green+Blue) = 151+162+123=436 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.63% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 162 - color contains mainly: green. Hex color #97A27B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A27B is #685D84. Grayscale: #9A9A9A. Windows color (decimal): -6839685 or 8102551. OLE color: 8102551.

HSL color Cylindrical-coordinate representation of color #97A27B: hue angle of 76.92º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #97A27B is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 151 162 123 -
CMYK 0.07 0 0.24 0.36
HSL 76.92º 0.17% 0.56% -
HSV(B) 76.92º 0.24% 0.64% -
XYZ 29.26 33.85 23.73 -
YUV 154.27 110.36 125.67 -
System Red Green Blue C M Y K H S L
Decimal 151 162 123 0.07 0 0.24 0.36 76.92 0.17 0.56
Hex 97 A2 7B 7 0 18 24 4D 11 38
Octal 227 242 173 7 0 30 44 115 21 70
Binary 10010111 10100010 1111011 111 0 11000 100100 1001101 10001 111000

Color Harmonies of #97A27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A27B

Black with #97A27B

Text Example


Text Example

White with #97A27B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,162,123); }

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

background-color css

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

 a { background-color: rgb(151,162,123); }

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

border-color css

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

 span { border-color: rgb(151,162,123); }

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