#97AB70

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

Shades of Olivine #97AB70

Tints of Olivine #97AB70

Color information

#97AB70 (or 0x97AB70) is unknown color: approx Olivine. HEX triplet: 97, AB and 70. RGB value is (151,171,112). Sum of RGB (Red+Green+Blue) = 151+171+112=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 171 - color contains mainly: green. Hex color #97AB70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97AB70 is #68548F. Grayscale: #9E9E9E. Windows color (decimal): -6837392 or 7383959. OLE color: 7383959.

HSL color Cylindrical-coordinate representation of color #97AB70: hue angle of 80.34º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97AB70 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB151171112-
CMYK0.1200.350.33
HSL80.34º25.99%55.49%-
HSV(B)80.34º34.5%67.06%-
XYZ30.2536.8720.85-
YUV158.29101.87122.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.79%
GREEN value IS 171 (67.19% from 255) = 39.40%
BLUE value IS 112 (44.14% from 255) = 25.81%
R=34.79%
G=39.40%
B=25.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511711120.1200.350.3380.3425.9955.49
Hex97AB70C02321501a37
Octal22725316014043411203267
Binary1001011110101011111000011000100011100001101000011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,171,112); }

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

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

 a { background-color: rgb(151,171,112); }

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

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

 span { border-color: rgb(151,171,112); }

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