#97A047

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

Shades of Highball #97A047

Tints of Highball #97A047

Color information

#97A047 (or 0x97A047) is unknown color: approx Highball. HEX triplet: 97, A0 and 47. RGB value is (151,160,71). Sum of RGB (Red+Green+Blue) = 151+160+71=382 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.53% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 71 (28.12% from 255 or 18.59% from 382); Max value from RGB is 160 - color contains mainly: green. Hex color #97A047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A047 is #685FB8. Grayscale: #939393. Windows color (decimal): -6840249 or 4694167. OLE color: 4694167.

HSL color Cylindrical-coordinate representation of color #97A047: hue angle of 66.07º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #97A047 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.37.

Color convert

RGB15116071-
CMYK0.0600.560.37
HSL66.07º38.53%45.29%-
HSV(B)66.07º55.62%62.75%-
XYZ26.4732.1810.78-
YUV147.1685.02130.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.53%
GREEN value IS 160 (62.89% from 255) = 41.88%
BLUE value IS 71 (28.12% from 255) = 18.59%
R=39.53%
G=41.88%
B=18.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal151160710.0600.560.3766.0738.5345.29
Hex97A04760382542272d
Octal2272401076070451024755
Binary1001011110100000100011111001110001001011000010100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,160,71); }

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

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

 a { background-color: rgb(151,160,71); }

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

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

 span { border-color: rgb(151,160,71); }

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