#97B982

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

Shades of Olivine #97B982

Tints of Olivine #97B982

Color information

#97B982 (or 0x97B982) is unknown color: approx Olivine. HEX triplet: 97, B9 and 82. RGB value is (151,185,130). Sum of RGB (Red+Green+Blue) = 151+185+130=466 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.40% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 185 - color contains mainly: green. Hex color #97B982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97B982 is #68467D. Grayscale: #A8A8A8. Windows color (decimal): -6833790 or 8567191. OLE color: 8567191.

HSL color Cylindrical-coordinate representation of color #97B982: hue angle of 97.09º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97B982 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB151185130-
CMYK0.1800.300.27
HSL97.09º28.21%61.76%-
HSV(B)97.09º29.73%72.55%-
XYZ34.1442.8927.6-
YUV168.56106.24115.47-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.40%
GREEN value IS 185 (72.66% from 255) = 39.70%
BLUE value IS 130 (51.17% from 255) = 27.90%
R=32.40%
G=39.70%
B=27.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1511851300.1800.300.2797.0928.2161.76
Hex97B9821201E1B611c3e
Octal22727120222036331413476
Binary1001011110111001100000101001001111011011110000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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