#97BA70

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

Shades of Olivine #97BA70

Tints of Olivine #97BA70

Color information

#97BA70 (or 0x97BA70) is unknown color: approx Olivine. HEX triplet: 97, BA and 70. RGB value is (151,186,112). Sum of RGB (Red+Green+Blue) = 151+186+112=449 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.63% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 186 - color contains mainly: green. Hex color #97BA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97BA70 is #68458F. Grayscale: #A7A7A7. Windows color (decimal): -6833552 or 7387799. OLE color: 7387799.

HSL color Cylindrical-coordinate representation of color #97BA70: hue angle of 88.38º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97BA70 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB151186112-
CMYK0.1900.400.27
HSL88.38º34.91%58.43%-
HSV(B)88.38º39.78%72.94%-
XYZ33.2542.8721.85-
YUV167.196.9116.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.63%
GREEN value IS 186 (73.05% from 255) = 41.43%
BLUE value IS 112 (44.14% from 255) = 24.94%
R=33.63%
G=41.43%
B=24.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1511861120.1900.400.2788.3834.9158.43
Hex97BA70130281B58233a
Octal22727216023050331304372
Binary10010111101110101110000100110101000110111011000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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