#97B475

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

Shades of Olivine #97B475

Tints of Olivine #97B475

Color information

#97B475 (or 0x97B475) is unknown color: approx Olivine. HEX triplet: 97, B4 and 75. RGB value is (151,180,117). Sum of RGB (Red+Green+Blue) = 151+180+117=448 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.71% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 180 - color contains mainly: green. Hex color #97B475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97B475 is #684B8A. Grayscale: #A4A4A4. Windows color (decimal): -6835083 or 7713943. OLE color: 7713943.

HSL color Cylindrical-coordinate representation of color #97B475: hue angle of 87.62º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97B475 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB151180117-
CMYK0.1600.350.29
HSL87.62º29.58%58.24%-
HSV(B)87.62º35%70.59%-
XYZ32.2940.5122.95-
YUV164.15101.39118.62-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.71%
GREEN value IS 180 (70.70% from 255) = 40.18%
BLUE value IS 117 (46.09% from 255) = 26.12%
R=33.71%
G=40.18%
B=26.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1511801170.1600.350.2987.6229.5858.24
Hex97B475100231D581e3a
Octal22726416520043351303672
Binary1001011110110100111010110000010001111101101100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,180,117); }

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

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

 a { background-color: rgb(151,180,117); }

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

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

 span { border-color: rgb(151,180,117); }

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