#97B972

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

Shades of Olivine #97B972

Tints of Olivine #97B972

Color information

#97B972 (or 0x97B972) is unknown color: approx Olivine. HEX triplet: 97, B9 and 72. RGB value is (151,185,114). Sum of RGB (Red+Green+Blue) = 151+185+114=450 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.56% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 114 (44.92% from 255 or 25.33% from 450); Max value from RGB is 185 - color contains mainly: green. Hex color #97B972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97B972 is #68468D. Grayscale: #A6A6A6. Windows color (decimal): -6833806 or 7518615. OLE color: 7518615.

HSL color Cylindrical-coordinate representation of color #97B972: hue angle of 88.73º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97B972 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB151185114-
CMYK0.1800.380.27
HSL88.73º33.65%58.63%-
HSV(B)88.73º38.38%72.55%-
XYZ33.1542.4922.37-
YUV166.7498.24116.77-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.56%
GREEN value IS 185 (72.66% from 255) = 41.11%
BLUE value IS 114 (44.92% from 255) = 25.33%
R=33.56%
G=41.11%
B=25.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1511851140.1800.380.2788.7333.6558.63
Hex97B972120261B59223b
Octal22727116222046331314273
Binary10010111101110011110010100100100110110111011001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,185,114); }

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

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

 a { background-color: rgb(151,185,114); }

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

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

 span { border-color: rgb(151,185,114); }

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