Html Css Color HEX #97A77A Sage

📋 copy color: '#97A77A'

red 151 ◦ green 167 ◦ blue 122

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

Shades of Sage #97A77A

Tints of Sage #97A77A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.95%

 BLUE value IS 122 (48.05% from 255) = 27.73%

R = 34.32%
G = 37.95%
B = 27.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#97A77A (or 0x97A77A) is known color: Sage. HEX triplet: 97, A7 and 7A. RGB value is (151,167,122). Sum of RGB (Red+Green+Blue) = 151+167+122=440 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.32% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 167 - color contains mainly: green. Hex color #97A77A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A77A is #685885. Grayscale: #9D9D9D. Windows color (decimal): -6838406 or 8038295. OLE color: 8038295.

HSL color Cylindrical-coordinate representation of color #97A77A: hue angle of 81.33º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97A77A is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 151 167 122 -
CMYK 0.10 0 0.27 0.35
HSL 81.33º 0.2% 0.57% -
HSV(B) 81.33º 0.27% 0.65% -
XYZ 30.09 35.62 23.7 -
YUV 157.09 108.2 123.66 -
System Red Green Blue C M Y K H S L
Decimal 151 167 122 0.10 0 0.27 0.35 81.33 0.2 0.57
Hex 97 A7 7A A 0 1B 23 51 14 39
Octal 227 247 172 12 0 33 43 121 24 71
Binary 10010111 10100111 1111010 1010 0 11011 100011 1010001 10100 111001

Color Harmonies of #97A77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A77A

Black with #97A77A

Text Example


Text Example

White with #97A77A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,167,122); }

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

background-color css

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

 a { background-color: rgb(151,167,122); }

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

border-color css

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

 span { border-color: rgb(151,167,122); }

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