#97B582

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

Shades of Olivine #97B582

Tints of Olivine #97B582

Color information

#97B582 (or 0x97B582) is unknown color: approx Olivine. HEX triplet: 97, B5 and 82. RGB value is (151,181,130). Sum of RGB (Red+Green+Blue) = 151+181+130=462 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.68% from 462); Green value is 181 (71.09% from 255 or 39.18% from 462); Blue value is 130 (51.17% from 255 or 28.14% from 462); Max value from RGB is 181 - color contains mainly: green. Hex color #97B582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97B582 is #684A7D. Grayscale: #A6A6A6. Windows color (decimal): -6834814 or 8566167. OLE color: 8566167.

HSL color Cylindrical-coordinate representation of color #97B582: hue angle of 95.29º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #97B582 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB151181130-
CMYK0.1700.280.29
HSL95.29º25.63%60.98%-
HSV(B)95.29º28.18%70.98%-
XYZ33.3241.2427.32-
YUV166.22107.56117.15-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.68%
GREEN value IS 181 (71.09% from 255) = 39.18%
BLUE value IS 130 (51.17% from 255) = 28.14%
R=32.68%
G=39.18%
B=28.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1511811300.1700.280.2995.2925.6360.98
Hex97B5821101C1D5f1a3d
Octal22726520221034351373275
Binary1001011110110101100000101000101110011101101111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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