#97B575

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

Shades of Olivine #97B575

Tints of Olivine #97B575

Color information

#97B575 (or 0x97B575) is unknown color: approx Olivine. HEX triplet: 97, B5 and 75. RGB value is (151,181,117). Sum of RGB (Red+Green+Blue) = 151+181+117=449 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.63% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 181 - color contains mainly: green. Hex color #97B575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97B575 is #684A8A. Grayscale: #A4A4A4. Windows color (decimal): -6834827 or 7714199. OLE color: 7714199.

HSL color Cylindrical-coordinate representation of color #97B575: hue angle of 88.12º 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 #97B575 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB151181117-
CMYK0.1700.350.29
HSL88.12º30.19%58.43%-
HSV(B)88.12º35.36%70.98%-
XYZ32.540.9123.01-
YUV164.73101.06118.2-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.63%
GREEN value IS 181 (71.09% from 255) = 40.31%
BLUE value IS 117 (46.09% from 255) = 26.06%
R=33.63%
G=40.31%
B=26.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1511811170.1700.350.2988.1230.1958.43
Hex97B575110231D581e3a
Octal22726516521043351303672
Binary1001011110110101111010110001010001111101101100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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