Html Css Color HEX #97A27A Sage

📋 copy color: '#97A27A'

red 151 ◦ green 162 ◦ blue 122

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

Shades of Sage #97A27A

Tints of Sage #97A27A

RGB

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

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

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

R = 34.71%
G = 37.24%
B = 28.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#97A27A (or 0x97A27A) is known color: Sage. HEX triplet: 97, A2 and 7A. RGB value is (151,162,122). Sum of RGB (Red+Green+Blue) = 151+162+122=435 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.71% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 162 - color contains mainly: green. Hex color #97A27A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A27A is #685D85. Grayscale: #9A9A9A. Windows color (decimal): -6839686 or 8037015. OLE color: 8037015.

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

Color convert

RGB 151 162 122 -
CMYK 0.07 0 0.25 0.36
HSL 76.5º 0.18% 0.56% -
HSV(B) 76.5º 0.25% 0.64% -
XYZ 29.2 33.83 23.4 -
YUV 154.15 109.86 125.75 -
System Red Green Blue C M Y K H S L
Decimal 151 162 122 0.07 0 0.25 0.36 76.5 0.18 0.56
Hex 97 A2 7A 7 0 19 24 4C 12 38
Octal 227 242 172 7 0 31 44 114 22 70
Binary 10010111 10100010 1111010 111 0 11001 100100 1001100 10010 111000

Color Harmonies of #97A27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A27A

Black with #97A27A

Text Example


Text Example

White with #97A27A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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