#97A67D

Color #97A67D Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #97A67D

Tints of Sage #97A67D

Color information

#97A67D (or 0x97A67D) is unknown color: approx Sage. HEX triplet: 97, A6 and 7D. RGB value is (151,166,125). Sum of RGB (Red+Green+Blue) = 151+166+125=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 166 - color contains mainly: green. Hex color #97A67D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A67D is #685982. Grayscale: #9C9C9C. Windows color (decimal): -6838659 or 8234647. OLE color: 8234647.

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

Color convert

RGB151166125-
CMYK0.0900.250.35
HSL81.95º18.72%57.06%-
HSV(B)81.95º24.7%65.1%-
XYZ30.135.3324.64-
YUV156.84110.03123.83-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.16%
GREEN value IS 166 (65.23% from 255) = 37.56%
BLUE value IS 125 (49.22% from 255) = 28.28%
R=34.16%
G=37.56%
B=28.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1511661250.0900.250.3581.9518.7257.06
Hex97A67D901923521339
Octal22724617511031431222371
Binary100101111010011011111011001011001100011101001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,166,125); }

 H1.HeaderClassName
 {
   color: #97A67D;
 }
 .AnyTagClassName
 {
   color: #97A67D;
 }
</style>
background-color css

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

 a { background-color: rgb(151,166,125); }

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

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

 span { border-color: rgb(151,166,125); }

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